Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-python-daemon-3.0.1-1.3 RPM for noarch

From OpenSuSE Ports Tumbleweed for noarch

Name: python312-python-daemon Distribution: openSUSE:Factory:zSystems
Version: 3.0.1 Vendor: openSUSE
Release: 1.3 Build date: Fri Dec 15 22:27:04 2023
Group: Development/Languages/Python Build host: reproducible
Size: 243463 Source RPM: python-python-daemon-3.0.1-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://pagure.io/python-daemon/
Summary: Library to implement a well-behaved Unix daemon process
This library implements the well-behaved daemon specification of PEP 3143,
"Standard daemon process library".

A well-behaved Unix daemon process is tricky to get right, but the required
steps are much the same for every daemon program. A DaemonContext instance
holds the behaviour and configured process environment for the program; use the
instance as a context manager to enter a daemon state.

Provides

Requires

License

Apache-2.0 AND GPL-3.0-only

Changelog

* Fri Dec 15 2023 Dirk Müller <dmueller@suse.com>
  - update to 3.0.1:
    * Declare dependency on Setuptools >= 62.4.0.
    * Refactor calculation of file descriptor ranges to close.
    * When the range of candidate file descriptors is very large,
      the code that computes file descriptors to close when the
      daemon starts attempted to allocate a large amount of memory
      and took a long time to compute.
    * Document a `ServiceRunner` class as an example of using
      `DaemonContext`.
    * Raise a TypeError if any `exclude` values are not valid file
      descriptors.
    * Remove the obsolete `runner` module.
      This module was deprecated starting in `python-daemon`
      version 2.1.2, and is now removed as unmaintained.
* Fri May 05 2023 Johannes Kastl <kastl@b1-systems.de>
  - add sle15_python_module_pythons
* Fri Oct 28 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.
* Sat Oct 01 2022 Dirk Müller <dmueller@suse.com>
  - update to 2.3.1:
    * Avoid operations on a closed stream file when detecting a socket.
    * Correct use of names to allow `from daemon import *`.
    Changed:
    * Speed daemon start time by computing candidate file descriptors once.
    * Remove incorrect double-patch of objects in test cases.
    * Deprecate helper function `is_socket`.
    * Drop backward-compatible helpers that provided Python 2 support.
    * declaration of source encoding ‘utf-8’
    * absolute_import
    * unicode_literals
    * module-level metaclass `type`
    * unification of str with unicode type
    * renamed standard library exceptions and modules
    * raise exception from context exception
      All these are default behaviour in Python 3 and need no special
      handling.
  - drop remove_safe_hasattr.patch, remove_double_patch.patch (upstream)
* Sat Mar 19 2022 ecsos <ecsos@opensuse.org>
  - Add missing BuildRequires python-importlib_resources
    to fix build error in leap.
* Thu Jan 13 2022 Matej Cepl <mcepl@suse.com>
  - Add remove_double_patch.patch and remove_safe_hasattr.patch to
    fix https://pagure.io/python-daemon/issue/53
  - Remove pytest as the test runner (apparently, the package
    requires python3 -munittest discovery).
* Thu Apr 22 2021 Dirk Müller <dmueller@suse.com>
  - update to 2.3.0:
    * Remove support for Python versions older than Python 3.
      Python 2 has been unsupported by the Python project since 2020.
    * Remove dependency on back-ported `unittest2` and `mock`.
      Depend instead on standard library `unittest` and `unittest.mock`.
* Thu Feb 04 2021 Matej Cepl <mcepl@suse.com>
  - Switch off running of the test suite
    (https://pagure.io/python-daemon/issue/53).
* Fri Feb 28 2020 Dirk Mueller <dmueller@suse.com>
  - update to 2.2.4:
    * Run the Setuptools `egg-info` command as part of the `build`
      command.
    * Create the socket and catch “non-socket” errors.
    * Only deal with a range of file descriptors if the range is not empty.
    * Declare Twine as a build dependency.
    * Reformat the change log entries with keepachangelog.com sub-sections.
* Tue May 14 2019 Jonathan <jharker@suse.com>
  - Skip broken test

Files

/usr/lib/python3.12/site-packages/daemon
/usr/lib/python3.12/site-packages/daemon/__init__.py
/usr/lib/python3.12/site-packages/daemon/__pycache__
/usr/lib/python3.12/site-packages/daemon/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/daemon/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/daemon/__pycache__/_metadata.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/daemon/__pycache__/_metadata.cpython-312.pyc
/usr/lib/python3.12/site-packages/daemon/__pycache__/daemon.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/daemon/__pycache__/daemon.cpython-312.pyc
/usr/lib/python3.12/site-packages/daemon/__pycache__/pidfile.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/daemon/__pycache__/pidfile.cpython-312.pyc
/usr/lib/python3.12/site-packages/daemon/_metadata.py
/usr/lib/python3.12/site-packages/daemon/daemon.py
/usr/lib/python3.12/site-packages/daemon/pidfile.py
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/INSTALLER
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/LICENSE.ASF-2
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/LICENSE.GPL-3
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/METADATA
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/RECORD
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/REQUESTED
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/WHEEL
/usr/lib/python3.12/site-packages/python_daemon-3.0.1.dist-info/top_level.txt
/usr/share/doc/packages/python312-python-daemon
/usr/share/doc/packages/python312-python-daemon/CREDITS
/usr/share/doc/packages/python312-python-daemon/ChangeLog
/usr/share/doc/packages/python312-python-daemon/FAQ
/usr/share/doc/packages/python312-python-daemon/README
/usr/share/doc/packages/python312-python-daemon/TODO
/usr/share/doc/packages/python312-python-daemon/examples
/usr/share/doc/packages/python312-python-daemon/examples/service-runner.txt
/usr/share/doc/packages/python312-python-daemon/hacking.txt
/usr/share/doc/packages/python312-python-daemon/module.mk
/usr/share/doc/packages/python312-python-daemon/sphinx.mk
/usr/share/licenses/python312-python-daemon
/usr/share/licenses/python312-python-daemon/LICENSE.ASF-2
/usr/share/licenses/python312-python-daemon/LICENSE.GPL-3


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 30 23:40:23 2024