commit python-python-daemon for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-python-daemon for openSUSE:Factory checked in at 2022-10-31 13:26:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-python-daemon (Old) and /work/SRC/openSUSE:Factory/.python-python-daemon.new.2275 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "python-python-daemon" Mon Oct 31 13:26:24 2022 rev:28 rq:1032449 version:2.3.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-python-daemon/python-python-daemon.changes 2022-10-03 13:46:06.525527186 +0200 +++ /work/SRC/openSUSE:Factory/.python-python-daemon.new.2275/python-python-daemon.changes 2022-10-31 13:26:27.176230798 +0100 @@ -1,0 +2,16 @@ +Fri Oct 28 20:27:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com> + +- Update to 2.3.2 + Bugs Fixed: + * Declare Twine as a development dependency (not a build dependency). + Closes: Pagure #55. Thanks to Jason Andryuk for the report. + Thanks to James Hilliard for the implementation. + * Specify to build a wheel distribution for only Python 3 or later. + * Specify the built package requires Python 3 or later. + Closes: Pagure #66. Thanks to Nick M. for the report and implementation. + Removed: + * The earlier version 2.3.1 is now ���yanked��� from PyPI (unlisted and not an + installation candidate), because that version incorrectly permitted + installation on Python 2. Thanks to Nick M. for the report. + +------------------------------------------------------------------- Old: ---- python-daemon-2.3.1.tar.gz New: ---- python-daemon-2.3.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-python-daemon.spec ++++++ --- /var/tmp/diff_new_pack.3dtHnU/_old 2022-10-31 13:26:27.732233618 +0100 +++ /var/tmp/diff_new_pack.3dtHnU/_new 2022-10-31 13:26:27.740233659 +0100 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %global skip_python2 1 Name: python-python-daemon -Version: 2.3.1 +Version: 2.3.2 Release: 0 Summary: Library to implement a well-behaved Unix daemon process License: Apache-2.0 AND GPL-3.0-only ++++++ python-daemon-2.3.1.tar.gz -> python-daemon-2.3.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-daemon-2.3.1/ChangeLog new/python-daemon-2.3.2/ChangeLog --- old/python-daemon-2.3.1/ChangeLog 2022-07-19 07:48:23.000000000 +0200 +++ new/python-daemon-2.3.2/ChangeLog 2022-10-23 02:15:07.000000000 +0200 @@ -8,6 +8,32 @@ .. _Semantic Versioning: https://semver.org/ +Version 2.3.2 +============= + +:Released: 2022-10-23 +:Maintainer: Ben Finney <ben+python@benfinney.id.au> + +Bugs Fixed: + +* Declare Twine as a development dependency (not a build dependency). + + Closes: Pagure #55. Thanks to Jason Andryuk for the report. + Thanks to James Hilliard for the implementation. + +* Specify to build a wheel distribution for only Python 3 or later. + +* Specify the built package requires Python 3 or later. + + Closes: Pagure #66. Thanks to Nick M. for the report and implementation. + +Removed: + +* The earlier version 2.3.1 is now ���yanked��� from PyPI (unlisted and not an + installation candidate), because that version incorrectly permitted + installation on Python 2. Thanks to Nick M. for the report. + + Version 2.3.1 ============= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-daemon-2.3.1/PKG-INFO new/python-daemon-2.3.2/PKG-INFO --- old/python-daemon-2.3.1/PKG-INFO 2022-07-19 07:56:10.015596900 +0200 +++ new/python-daemon-2.3.2/PKG-INFO 2022-10-23 02:16:52.541295300 +0200 @@ -1,20 +1,21 @@ Metadata-Version: 2.1 Name: python-daemon -Version: 2.3.1 +Version: 2.3.2 Summary: Library to implement a well-behaved Unix daemon process. Home-page: https://pagure.io/python-daemon/ Author: Ben Finney Author-email: ben+python@benfinney.id.au License: Apache-2 Keywords: daemon,fork,unix -Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 3 Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3 Description-Content-Type: text/x-rst +Provides-Extra: devel Provides-Extra: test License-File: LICENSE.ASF-2 License-File: LICENSE.GPL-3 @@ -40,4 +41,3 @@ Customisation of the steps to become a daemon is available by setting options on the `DaemonContext` instance; see the documentation for that class for each option. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-daemon-2.3.1/python_daemon.egg-info/PKG-INFO new/python-daemon-2.3.2/python_daemon.egg-info/PKG-INFO --- old/python-daemon-2.3.1/python_daemon.egg-info/PKG-INFO 2022-07-19 07:56:10.000000000 +0200 +++ new/python-daemon-2.3.2/python_daemon.egg-info/PKG-INFO 2022-10-23 02:16:52.000000000 +0200 @@ -1,20 +1,21 @@ Metadata-Version: 2.1 Name: python-daemon -Version: 2.3.1 +Version: 2.3.2 Summary: Library to implement a well-behaved Unix daemon process. Home-page: https://pagure.io/python-daemon/ Author: Ben Finney Author-email: ben+python@benfinney.id.au License: Apache-2 Keywords: daemon,fork,unix -Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: License :: OSI Approved :: Apache Software License Classifier: Operating System :: POSIX Classifier: Programming Language :: Python :: 3 Classifier: Intended Audience :: Developers Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3 Description-Content-Type: text/x-rst +Provides-Extra: devel Provides-Extra: test License-File: LICENSE.ASF-2 License-File: LICENSE.GPL-3 @@ -40,4 +41,3 @@ Customisation of the steps to become a daemon is available by setting options on the `DaemonContext` instance; see the documentation for that class for each option. - diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-daemon-2.3.1/python_daemon.egg-info/requires.txt new/python-daemon-2.3.2/python_daemon.egg-info/requires.txt --- old/python-daemon-2.3.1/python_daemon.egg-info/requires.txt 2022-07-19 07:56:10.000000000 +0200 +++ new/python-daemon-2.3.2/python_daemon.egg-info/requires.txt 2022-10-23 02:16:52.000000000 +0200 @@ -2,6 +2,13 @@ lockfile>=0.10 setuptools +[devel] +coverage +docutils +testscenarios>=0.4 +testtools +twine + [test] coverage docutils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-daemon-2.3.1/setup.cfg new/python-daemon-2.3.2/setup.cfg --- old/python-daemon-2.3.1/setup.cfg 2022-07-19 07:56:10.015596900 +0200 +++ new/python-daemon-2.3.2/setup.cfg 2022-10-23 02:16:52.541295300 +0200 @@ -2,7 +2,7 @@ distribute = register sdist bdist_wheel upload [bdist_wheel] -universal = true +universal = false [upload] sign = true diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-daemon-2.3.1/setup.py new/python-daemon-2.3.2/setup.py --- old/python-daemon-2.3.1/setup.py 2022-02-18 05:54:54.000000000 +0100 +++ new/python-daemon-2.3.2/setup.py 2022-10-23 02:12:33.000000000 +0200 @@ -1,4 +1,7 @@ # setup.py +# Python Setuptools configuration program for this distribution. +# Documentation: <URL:https://packaging.python.org/guides/distributing-packages-using-setuptools/#setup-py>. + # Part of ���python-daemon���, an implementation of PEP 3143. # # This is free software, and you are welcome to redistribute it under @@ -41,6 +44,10 @@ "docutils", ] +devel_requirements = [ + "twine", + ] + test_requirements + setup_kwargs = dict( distclass=version.ChangelogAwareDistribution, @@ -56,7 +63,6 @@ zip_safe=False, setup_requires=[ "docutils", - "twine", ], test_suite="setup.test_suite", tests_require=test_requirements, @@ -64,8 +70,10 @@ "setuptools", "lockfile >=0.10", ], + python_requires=">=3", extras_require={ 'test': test_requirements, + 'devel': devel_requirements, }, # PyPI metadata.
participants (1)
-
Source-Sync