diff --git a/python-daemon-3.0.1.tar.gz b/python-daemon-3.0.1.tar.gz deleted file mode 100644 index 2a7a672..0000000 --- a/python-daemon-3.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6c57452372f7eaff40934a1c03ad1826bf5e793558e87fef49131e6464b4dae5 -size 81337 diff --git a/python-python-daemon.changes b/python-python-daemon.changes index a61675f..f2feb8e 100644 --- a/python-python-daemon.changes +++ b/python-python-daemon.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Aug 30 04:49:41 UTC 2024 - Steve Kowalik + +- Upate to 3.0.2: + * Migrate to use the explicitly-maintained ‘packaging’ library. + * Clarify copyright and grants of license. + * Migrate to PEP 517 simple build system for Python distribution. + * Remove dynamically-constructed non-standard metadata attributes. +- Switch to pagure source URL. + ------------------------------------------------------------------- Fri Dec 15 21:27:04 UTC 2023 - Dirk Müller diff --git a/python-python-daemon.spec b/python-python-daemon.spec index d159056..1ac0c8c 100644 --- a/python-python-daemon.spec +++ b/python-python-daemon.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-daemon # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,16 +18,15 @@ %{?sle15_python_module_pythons} Name: python-python-daemon -Version: 3.0.1 +Version: 3.0.2 Release: 0 Summary: Library to implement a well-behaved Unix daemon process License: Apache-2.0 AND GPL-3.0-only -Group: Development/Languages/Python URL: https://pagure.io/python-daemon/ -Source: https://files.pythonhosted.org/packages/source/p/python-daemon/python-daemon-%{version}.tar.gz +Source: https://releases.pagure.org/python-daemon/python_daemon-%{version}.tar.gz BuildRequires: %{python_module docutils} -BuildRequires: %{python_module importlib_resources} BuildRequires: %{python_module lockfile >= 0.10} +BuildRequires: %{python_module packaging} BuildRequires: %{python_module pip} BuildRequires: %{python_module testscenarios >= 0.4} BuildRequires: %{python_module testtools} @@ -35,6 +34,7 @@ BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-lockfile >= 0.10 +Requires: python-packaging Requires: python-setuptools >= 62.4.0 BuildArch: noarch %python_subpackages @@ -49,7 +49,7 @@ holds the behaviour and configured process environment for the program; use the instance as a context manager to enter a daemon state. %prep -%autosetup -p1 -n python-daemon-%{version} +%autosetup -p1 -n python_daemon-%{version} sed -i '/docutils/d' setup.py @@ -64,8 +64,8 @@ sed -i '/docutils/d' setup.py %pyunittest discover -v %files %{python_files} -%license LICENSE.ASF-2 LICENSE.GPL-3 -%doc README ChangeLog doc/* +%license LICENSE.ASF-2 LICENSE.GPL-3 COPYING +%doc README ChangeLog %{python_sitelib}/daemon %{python_sitelib}/python_daemon-%{version}.dist-info diff --git a/python_daemon-3.0.2.tar.gz b/python_daemon-3.0.2.tar.gz new file mode 100644 index 0000000..83565b4 --- /dev/null +++ b/python_daemon-3.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47027e6bf9b3685f31201f7bdd6dc6248713cd666267addf2b2efe0aa66a2b31 +size 70925