From f96af401fd13440176ddbc8e37a88fe17b84bd0feacf4a7dd6e42f99883e1021 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Sep 2022 08:16:18 +0000 Subject: [PATCH 1/3] - update to 0.17.3: * Allow writer to become a reader in thread ReaderWriter lock * Remove unnecessary setuptools pin * Switch to the modern python package build infrastructure * Remove support for python 3.5 and earlier, including 2.7 * Add support for python 3.9 and 3.10 * Fix a conflict with django lock * Add __version__ and __all__ attributes * Fix a failure to parse README as utf-8 * Move from nosetest to pytest and cleanup testing infrastructure OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=21 --- fasteners-0.16.3.tar.gz | 3 --- python-fasteners-0.17.3-gh.tar.gz | 3 +++ python-fasteners.changes | 14 ++++++++++++++ python-fasteners.spec | 17 ++++++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 fasteners-0.16.3.tar.gz create mode 100644 python-fasteners-0.17.3-gh.tar.gz diff --git a/fasteners-0.16.3.tar.gz b/fasteners-0.16.3.tar.gz deleted file mode 100644 index 0d75504..0000000 --- a/fasteners-0.16.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de -size 24756 diff --git a/python-fasteners-0.17.3-gh.tar.gz b/python-fasteners-0.17.3-gh.tar.gz new file mode 100644 index 0000000..2e29ddf --- /dev/null +++ b/python-fasteners-0.17.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717b2b0278456492bb0c962de65f0b4ba5c59a76849a304a22aa538f8ea92833 +size 29409 diff --git a/python-fasteners.changes b/python-fasteners.changes index 6fa3077..908b992 100644 --- a/python-fasteners.changes +++ b/python-fasteners.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 19 08:15:03 UTC 2022 - Dirk Müller + +- update to 0.17.3: + * Allow writer to become a reader in thread ReaderWriter lock + * Remove unnecessary setuptools pin + * Switch to the modern python package build infrastructure + * Remove support for python 3.5 and earlier, including 2.7 + * Add support for python 3.9 and 3.10 + * Fix a conflict with django lock + * Add __version__ and __all__ attributes + * Fix a failure to parse README as utf-8 + * Move from nosetest to pytest and cleanup testing infrastructure + ------------------------------------------------------------------- Sun Aug 1 09:35:46 UTC 2021 - Dirk Müller diff --git a/python-fasteners.spec b/python-fasteners.spec index 08f3948..3e9d2be 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,7 +1,7 @@ # # spec file for package python-fasteners # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,18 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-fasteners -Version: 0.16.3 +Version: 0.17.3 Release: 0 Summary: A python package that provides useful locks License: Apache-2.0 URL: https://github.com/harlowja/fasteners -Source: https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-%{version}.tar.gz +Source: https://github.com/harlowja/fasteners/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz BuildRequires: %{python_module diskcache} +BuildRequires: %{python_module more-itertools} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testtools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-more-itertools Requires: python-six BuildArch: noarch %if %{with python2} @@ -50,10 +53,10 @@ It includes the following. %setup -q -n fasteners-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -61,7 +64,7 @@ It includes the following. %files %{python_files} %license LICENSE -%doc ChangeLog README.md +%doc CHANGELOG README.md %{python_sitelib}/* %changelog From 2be78f364c7b9e8dcd7813577780e8fad4c556e677c8d3bcc6bf5c997015416e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Sep 2022 08:17:03 +0000 Subject: [PATCH 2/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=22 --- fasteners-0.16.3.tar.gz | 3 +++ python-fasteners-0.17.3-gh.tar.gz | 3 --- python-fasteners.changes | 14 -------------- python-fasteners.spec | 17 +++++++---------- 4 files changed, 10 insertions(+), 27 deletions(-) create mode 100644 fasteners-0.16.3.tar.gz delete mode 100644 python-fasteners-0.17.3-gh.tar.gz diff --git a/fasteners-0.16.3.tar.gz b/fasteners-0.16.3.tar.gz new file mode 100644 index 0000000..0d75504 --- /dev/null +++ b/fasteners-0.16.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de +size 24756 diff --git a/python-fasteners-0.17.3-gh.tar.gz b/python-fasteners-0.17.3-gh.tar.gz deleted file mode 100644 index 2e29ddf..0000000 --- a/python-fasteners-0.17.3-gh.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:717b2b0278456492bb0c962de65f0b4ba5c59a76849a304a22aa538f8ea92833 -size 29409 diff --git a/python-fasteners.changes b/python-fasteners.changes index 908b992..6fa3077 100644 --- a/python-fasteners.changes +++ b/python-fasteners.changes @@ -1,17 +1,3 @@ -------------------------------------------------------------------- -Mon Sep 19 08:15:03 UTC 2022 - Dirk Müller - -- update to 0.17.3: - * Allow writer to become a reader in thread ReaderWriter lock - * Remove unnecessary setuptools pin - * Switch to the modern python package build infrastructure - * Remove support for python 3.5 and earlier, including 2.7 - * Add support for python 3.9 and 3.10 - * Fix a conflict with django lock - * Add __version__ and __all__ attributes - * Fix a failure to parse README as utf-8 - * Move from nosetest to pytest and cleanup testing infrastructure - ------------------------------------------------------------------- Sun Aug 1 09:35:46 UTC 2021 - Dirk Müller diff --git a/python-fasteners.spec b/python-fasteners.spec index 3e9d2be..08f3948 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,7 +1,7 @@ # # spec file for package python-fasteners # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,21 +19,18 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-fasteners -Version: 0.17.3 +Version: 0.16.3 Release: 0 Summary: A python package that provides useful locks License: Apache-2.0 URL: https://github.com/harlowja/fasteners -Source: https://github.com/harlowja/fasteners/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz +Source: https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-%{version}.tar.gz BuildRequires: %{python_module diskcache} -BuildRequires: %{python_module more-itertools} -BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testtools} -BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-more-itertools Requires: python-six BuildArch: noarch %if %{with python2} @@ -53,10 +50,10 @@ It includes the following. %setup -q -n fasteners-%{version} %build -%pyproject_wheel +%python_build %install -%pyproject_install +%python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -64,7 +61,7 @@ It includes the following. %files %{python_files} %license LICENSE -%doc CHANGELOG README.md +%doc ChangeLog README.md %{python_sitelib}/* %changelog From c9f0227bb40905da4d9f4dd3f33556cd8174661d41688e8883278ebd48ff1b60 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 19 Sep 2022 08:17:14 +0000 Subject: [PATCH 3/3] - update to 0.17.3: * Allow writer to become a reader in thread ReaderWriter lock * Remove unnecessary setuptools pin * Switch to the modern python package build infrastructure * Remove support for python 3.5 and earlier, including 2.7 * Add support for python 3.9 and 3.10 * Fix a conflict with django lock * Add __version__ and __all__ attributes * Fix a failure to parse README as utf-8 * Move from nosetest to pytest and cleanup testing infrastructure OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fasteners?expand=0&rev=23 --- fasteners-0.16.3.tar.gz | 3 --- python-fasteners-0.17.3-gh.tar.gz | 3 +++ python-fasteners.changes | 14 ++++++++++++++ python-fasteners.spec | 17 ++++++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) delete mode 100644 fasteners-0.16.3.tar.gz create mode 100644 python-fasteners-0.17.3-gh.tar.gz diff --git a/fasteners-0.16.3.tar.gz b/fasteners-0.16.3.tar.gz deleted file mode 100644 index 0d75504..0000000 --- a/fasteners-0.16.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1ab4e5adfbc28681ce44b3024421c4f567e705cc3963c732bf1cba3348307de -size 24756 diff --git a/python-fasteners-0.17.3-gh.tar.gz b/python-fasteners-0.17.3-gh.tar.gz new file mode 100644 index 0000000..2e29ddf --- /dev/null +++ b/python-fasteners-0.17.3-gh.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:717b2b0278456492bb0c962de65f0b4ba5c59a76849a304a22aa538f8ea92833 +size 29409 diff --git a/python-fasteners.changes b/python-fasteners.changes index 6fa3077..908b992 100644 --- a/python-fasteners.changes +++ b/python-fasteners.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 19 08:15:03 UTC 2022 - Dirk Müller + +- update to 0.17.3: + * Allow writer to become a reader in thread ReaderWriter lock + * Remove unnecessary setuptools pin + * Switch to the modern python package build infrastructure + * Remove support for python 3.5 and earlier, including 2.7 + * Add support for python 3.9 and 3.10 + * Fix a conflict with django lock + * Add __version__ and __all__ attributes + * Fix a failure to parse README as utf-8 + * Move from nosetest to pytest and cleanup testing infrastructure + ------------------------------------------------------------------- Sun Aug 1 09:35:46 UTC 2021 - Dirk Müller diff --git a/python-fasteners.spec b/python-fasteners.spec index 08f3948..3e9d2be 100644 --- a/python-fasteners.spec +++ b/python-fasteners.spec @@ -1,7 +1,7 @@ # # spec file for package python-fasteners # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,18 +19,21 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without python2 Name: python-fasteners -Version: 0.16.3 +Version: 0.17.3 Release: 0 Summary: A python package that provides useful locks License: Apache-2.0 URL: https://github.com/harlowja/fasteners -Source: https://files.pythonhosted.org/packages/source/f/fasteners/fasteners-%{version}.tar.gz +Source: https://github.com/harlowja/fasteners/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}-gh.tar.gz BuildRequires: %{python_module diskcache} +BuildRequires: %{python_module more-itertools} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module testtools} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: python-more-itertools Requires: python-six BuildArch: noarch %if %{with python2} @@ -50,10 +53,10 @@ It includes the following. %setup -q -n fasteners-%{version} %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -61,7 +64,7 @@ It includes the following. %files %{python_files} %license LICENSE -%doc ChangeLog README.md +%doc CHANGELOG README.md %{python_sitelib}/* %changelog