From aa65fb1b08b4e456d2b06c07d223cf99644f2591 Mon Sep 17 00:00:00 2001 From: mcalabkova <> Date: Dec 01 2020 13:23:42 +0000 Subject: Update python-patchy to version 2.1.0 / rev 1 via SR 851892 https://build.opensuse.org/request/show/851892 by user mcalabkova + dimstar_suse dep of https://build.opensuse.org/package/show/devel:languages:python:django/python-django-perf-rec --- diff --git a/.files b/.files new file mode 100644 index 0000000..1ce569d Binary files /dev/null and b/.files differ diff --git a/.meta b/.meta new file mode 100644 index 0000000..f06026b --- /dev/null +++ b/.meta @@ -0,0 +1,5 @@ + + python-patchy + Patch the inner source of python functions at runtime + + diff --git a/.rev b/.rev new file mode 100644 index 0000000..946bf0e --- /dev/null +++ b/.rev @@ -0,0 +1,10 @@ + + + abb548603cc21da36e8f3979b2ac50bd + 2.1.0 + + dimstar_suse + dep of https://build.opensuse.org/package/show/devel:languages:python:django/python-django-perf-rec + 851892 + + diff --git a/patchy-2.1.0.tar.gz b/patchy-2.1.0.tar.gz new file mode 120000 index 0000000..e036573 --- /dev/null +++ b/patchy-2.1.0.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreif4qyrrozmvm4z6csg3coeh3ei2afyaunlr4ang3nt3vrozbv7cv4 \ No newline at end of file diff --git a/python-patchy.changes b/python-patchy.changes new file mode 100644 index 0000000..2a347bf --- /dev/null +++ b/python-patchy.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Sun Jul 5 17:48:56 UTC 2020 - John Vandenberg + +- Update to v2.1.0 + +------------------------------------------------------------------- +Sun Dec 15 12:07:39 PM UTC 2019 - John Vandenberg + +- Initial spec for v2.0.0 diff --git a/python-patchy.spec b/python-patchy.spec new file mode 100644 index 0000000..c5a2141 --- /dev/null +++ b/python-patchy.spec @@ -0,0 +1,58 @@ +# +# spec file for package python-patchy +# +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via http://bugs.opensuse.org/ + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-patchy +Version: 2.1.0 +Release: 0 +License: BSD-3-Clause +Summary: Patch the inner source of python functions at runtime +Url: https://github.com/adamchainz/patchy +Group: Development/Languages/Python +Source: https://files.pythonhosted.org/packages/source/p/patchy/patchy-%{version}.tar.gz +BuildRequires: python-rpm-macros +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module pkgutil-resolve-name} +BuildRequires: fdupes +Requires: python-pkgutil-resolve-name +BuildArch: noarch + +%python_subpackages + +%description +Patch the inner source of python functions at runtime. + +%prep +%setup -q -n patchy-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc AUTHORS.rst README.rst +%license LICENSE +%{python_sitelib}/* + +%changelog