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

python311-portalocker-2.7.0-150400.10.3.1 RPM for noarch

From OpenSuSE Leap 15.6 for noarch

Name: python311-portalocker Distribution: SUSE Linux Enterprise 15
Version: 2.7.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.10.3.1 Build date: Wed Oct 25 11:19:13 2023
Group: Development/Languages/Python Build host: h03-ch2b
Size: 87316 Source RPM: python-portalocker-2.7.0-150400.10.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://github.com/WoLpH/portalocker
Summary: Locking library for Python
Portalocker is a library to provide an API to file locking.

On Linux and Unix systems, the locks are advisory by default. By
specifying the `-o mand` option to the mount command, it is possible
to enable mandatory file locking on Linux. This is generally not
recommended however.

Provides

Requires

License

Python-2.0

Changelog

* Fri May 05 2023 daniel.garcia@suse.com
  - Update to 2.7.0:
    * Added fail_when_locked=False support to BoundedSemaphore thanks to
      @flaviens
  - 2.6.0:
    * Added fileno() support. Fixes #80 on posix systems
  - 2.5.1:
    * Added clear warning when locking in non-blocking mode without
      specifying either EXCLUSIVE or SHARED mode. Fixes #77
  - 2.5.0:
    * Fixed shared locks on Windows and simplified locking mechanism
  - 2.4.0:
    * Added warning when trying to use a timeout in blocking mode. And
      removed deprecated testing code and checks
  - 2.3.2:
    * Added semver indicator and specified needed Python release thanks
      to @rayluo v2.3.2
  - 2.3.1:
    * Removed Python 2 classifier thanks to @rayluo v2.3.1
  - 2.3.0:
    * enabled PEP 561 compliance v2.3.0
  - 2.2.1:
    * removed debug statement v2.2.1
  - 2.2.0:
    * updated travis location
  - 2.1.0:
    * Added Redis based distributed lock which gracefully handles
      connection loss and dying applications. Added full type hinting
      support. Fixed bug where the file handle was not always explicitly
      closed with errors
  - v2.0.0:
    * Removed support for old Python versions. Versions 3.5 and above
      are supported. Added BoundedSemaphore class
  - 1.7.1:
    * removed tests from wheel file
* Fri Apr 21 2023 dmueller@suse.com
  - add sle15_python_module_pythons (jsc#PED-68)
* Thu Apr 13 2023 mcepl@suse.com
  - Make calling of %{sle15modernpython} optional.
* Wed Jun 03 2020 jayvdb@gmail.com
  - Update to v1.7.0
    * Fix ResourceWarning unclosed file if LockException is raised
  - from v1.6.0
    * Fixed unlocking bug on Windows
* Wed Mar 18 2020 mcalabkova@suse.com
  - Update to 1.5.2
    * Allow for development setuptools
* Tue Sep 10 2019 tchvatal@suse.com
  - Update to 1.5.1:
    * no upstream changelog
* Tue Jul 23 2019 tchvatal@suse.com
  - Update to 1.5.0:
    * No upstream changelog
  - Switch to github tarball to include tests
* Thu Feb 14 2019 tchvatal@suse.com
  - Update to 1.4.0:
    * no upstream changelog
  - Drop patch portalocker-1.2.1-old-Sphinx.patch
* Fri May 18 2018 jengelh@inai.de
  - Clear filler wording from description.
* Thu May 17 2018 mcepl@suse.com
  - Fix specfile name
* Thu May 17 2018 mcepl@suse.com
  - Initial packaging effort

Files

/usr/lib/python3.11/site-packages/portalocker
/usr/lib/python3.11/site-packages/portalocker-2.7.0-py3.11.egg-info
/usr/lib/python3.11/site-packages/portalocker-2.7.0-py3.11.egg-info/PKG-INFO
/usr/lib/python3.11/site-packages/portalocker-2.7.0-py3.11.egg-info/SOURCES.txt
/usr/lib/python3.11/site-packages/portalocker-2.7.0-py3.11.egg-info/dependency_links.txt
/usr/lib/python3.11/site-packages/portalocker-2.7.0-py3.11.egg-info/requires.txt
/usr/lib/python3.11/site-packages/portalocker-2.7.0-py3.11.egg-info/top_level.txt
/usr/lib/python3.11/site-packages/portalocker/__about__.py
/usr/lib/python3.11/site-packages/portalocker/__init__.py
/usr/lib/python3.11/site-packages/portalocker/__pycache__
/usr/lib/python3.11/site-packages/portalocker/__pycache__/__about__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/__about__.cpython-311.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/__init__.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/__init__.cpython-311.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/constants.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/constants.cpython-311.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/exceptions.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/exceptions.cpython-311.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/portalocker.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/portalocker.cpython-311.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/redis.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/redis.cpython-311.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/utils.cpython-311.opt-1.pyc
/usr/lib/python3.11/site-packages/portalocker/__pycache__/utils.cpython-311.pyc
/usr/lib/python3.11/site-packages/portalocker/constants.py
/usr/lib/python3.11/site-packages/portalocker/exceptions.py
/usr/lib/python3.11/site-packages/portalocker/portalocker.py
/usr/lib/python3.11/site-packages/portalocker/py.typed
/usr/lib/python3.11/site-packages/portalocker/redis.py
/usr/lib/python3.11/site-packages/portalocker/utils.py
/usr/share/doc/packages/python311-portalocker
/usr/share/doc/packages/python311-portalocker/README.rst
/usr/share/licenses/python311-portalocker
/usr/share/licenses/python311-portalocker/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri May 3 23:33:27 2024