forked from pool/python-python-daemon
- 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. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-daemon?expand=0&rev=44
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6c57452372f7eaff40934a1c03ad1826bf5e793558e87fef49131e6464b4dae5
|
|
||||||
size 81337
|
|
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 30 04:49:41 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Fri Dec 15 21:27:04 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-daemon
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,16 +18,15 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-daemon
|
Name: python-python-daemon
|
||||||
Version: 3.0.1
|
Version: 3.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to implement a well-behaved Unix daemon process
|
Summary: Library to implement a well-behaved Unix daemon process
|
||||||
License: Apache-2.0 AND GPL-3.0-only
|
License: Apache-2.0 AND GPL-3.0-only
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://pagure.io/python-daemon/
|
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 docutils}
|
||||||
BuildRequires: %{python_module importlib_resources}
|
|
||||||
BuildRequires: %{python_module lockfile >= 0.10}
|
BuildRequires: %{python_module lockfile >= 0.10}
|
||||||
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module testscenarios >= 0.4}
|
BuildRequires: %{python_module testscenarios >= 0.4}
|
||||||
BuildRequires: %{python_module testtools}
|
BuildRequires: %{python_module testtools}
|
||||||
@@ -35,6 +34,7 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-lockfile >= 0.10
|
Requires: python-lockfile >= 0.10
|
||||||
|
Requires: python-packaging
|
||||||
Requires: python-setuptools >= 62.4.0
|
Requires: python-setuptools >= 62.4.0
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%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.
|
instance as a context manager to enter a daemon state.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n python-daemon-%{version}
|
%autosetup -p1 -n python_daemon-%{version}
|
||||||
|
|
||||||
sed -i '/docutils/d' setup.py
|
sed -i '/docutils/d' setup.py
|
||||||
|
|
||||||
@@ -64,8 +64,8 @@ sed -i '/docutils/d' setup.py
|
|||||||
%pyunittest discover -v
|
%pyunittest discover -v
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE.ASF-2 LICENSE.GPL-3
|
%license LICENSE.ASF-2 LICENSE.GPL-3 COPYING
|
||||||
%doc README ChangeLog doc/*
|
%doc README ChangeLog
|
||||||
%{python_sitelib}/daemon
|
%{python_sitelib}/daemon
|
||||||
%{python_sitelib}/python_daemon-%{version}.dist-info
|
%{python_sitelib}/python_daemon-%{version}.dist-info
|
||||||
|
|
||||||
|
3
python_daemon-3.0.2.tar.gz
Normal file
3
python_daemon-3.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:47027e6bf9b3685f31201f7bdd6dc6248713cd666267addf2b2efe0aa66a2b31
|
||||||
|
size 70925
|
Reference in New Issue
Block a user