From 24e43bc12c0f511089edf9111bff9a24548d69832fe9422cf775513ef481d712 Mon Sep 17 00:00:00 2001 From: Steve Kowalik Date: Fri, 30 Aug 2024 04:51:03 +0000 Subject: [PATCH] =?UTF-8?q?-=20Upate=20to=203.0.2:=20=20=20*=20Migrate=20t?= =?UTF-8?q?o=20use=20the=20explicitly-maintained=20=E2=80=98packaging?= =?UTF-8?q?=E2=80=99=20library.=20=20=20*=20Clarify=20copyright=20and=20gr?= =?UTF-8?q?ants=20of=20license.=20=20=20*=20Migrate=20to=20PEP=20517=20sim?= =?UTF-8?q?ple=20build=20system=20for=20Python=20distribution.=20=20=20*?= =?UTF-8?q?=20Remove=20dynamically-constructed=20non-standard=20metadata?= =?UTF-8?q?=20attributes.=20-=20Switch=20to=20pagure=20source=20URL.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=44 --- python-daemon-3.0.1.tar.gz | 3 --- python-python-daemon.changes | 10 ++++++++++ python-python-daemon.spec | 16 ++++++++-------- python_daemon-3.0.2.tar.gz | 3 +++ 4 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 python-daemon-3.0.1.tar.gz create mode 100644 python_daemon-3.0.2.tar.gz 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