Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-fasteners for
openSUSE:Factory checked in at 2022-09-19 16:03:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-fasteners (Old)
and /work/SRC/openSUSE:Factory/.python-fasteners.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-fasteners"
Mon Sep 19 16:03:37 2022 rev:11 rq:1004619 version:0.17.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-fasteners/python-fasteners.changes
2021-08-04 22:28:34.009825427 +0200
+++
/work/SRC/openSUSE:Factory/.python-fasteners.new.2083/python-fasteners.changes
2022-09-19 16:03:44.850216198 +0200
@@ -1,0 +2,14 @@
+Mon Sep 19 08:15:03 UTC 2022 - Dirk M??ller <[email protected]>
+
+- 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
+
+-------------------------------------------------------------------
Old:
----
fasteners-0.16.3.tar.gz
New:
----
python-fasteners-0.17.3-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-fasteners.spec ++++++
--- /var/tmp/diff_new_pack.9DrOkV/_old 2022-09-19 16:03:46.058219425 +0200
+++ /var/tmp/diff_new_pack.9DrOkV/_new 2022-09-19 16:03:46.062219435 +0200
@@ -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 @@
%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 @@
%files %{python_files}
%license LICENSE
-%doc ChangeLog README.md
+%doc CHANGELOG README.md
%{python_sitelib}/*
%changelog