759d3ef7f0
Accepting request 1247410 from devel:languages:python
...
Forwarded request #1247376 from varkoly
- Adapt licence
OBS-URL: https://build.opensuse.org/request/show/1247410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=14
2025-02-20 16:39:50 +00:00
efccb01843
Accepting request 1247376 from home:varkoly:branches:devel:languages:python
...
- Adapt licence
OBS-URL: https://build.opensuse.org/request/show/1247376
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=28
2025-02-20 13:20:32 +00:00
49382ada5e
Accepting request 1225315 from devel:languages:python
...
- update to 3.0.0:
* Completely modernized portalocker build system and added
fully strict pyright and mypy compliance with ruff formatting
and checking. Dropped support for deprecated Python versions,
only 3.9 and up are supported now.
OBS-URL: https://build.opensuse.org/request/show/1225315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=13
2024-11-21 14:13:50 +00:00
86853a41b2
- update to 3.0.0:
...
* Completely modernized portalocker build system and added
fully strict pyright and mypy compliance with ruff formatting
and checking. Dropped support for deprecated Python versions,
only 3.9 and up are supported now.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=26
2024-11-20 15:11:56 +00:00
c2efb34e13
Accepting request 1191713 from devel:languages:python
...
- update to 2.10.1:
* fixed typo thanks to @harmstyler
OBS-URL: https://build.opensuse.org/request/show/1191713
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=12
2024-08-05 15:24:09 +00:00
e47fc9cfae
- update to 2.10.1:
...
* fixed typo thanks to @harmstyler
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=24
2024-08-05 12:28:42 +00:00
d5add9af0c
Accepting request 1184135 from devel:languages:python
...
- update to 2.10.0:
* Properly propagating exceptions for NFS read-only lock issues
and added support for being able to choose between lockf and
flock
OBS-URL: https://build.opensuse.org/request/show/1184135
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=11
2024-07-01 09:21:41 +00:00
4867982df5
- update to 2.10.0:
...
* Properly propagating exceptions for NFS read-only lock issues
and added support for being able to choose between lockf and
flock
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=22
2024-06-30 20:08:07 +00:00
b7643397cb
Accepting request 1137440 from devel:languages:python
...
- update to 2.8.2:
* Removed docs from build to fix #88 again
- update to 2.8.0:
* Added support for Python 3.11 and 3.12
Made the package fully ruff, pyright and mypy compliant with
automated testsing using both tox and Github actions
OBS-URL: https://build.opensuse.org/request/show/1137440
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=10
2024-01-07 20:42:46 +00:00
eb820b3a21
- update to 2.8.2:
...
* Removed docs from build to fix #88 again
- update to 2.8.0:
* Added support for Python 3.11 and 3.12
Made the package fully ruff, pyright and mypy compliant with
automated testsing using both tox and Github actions
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=20
2024-01-07 20:29:32 +00:00
d05ec4c443
Accepting request 1084960 from devel:languages:python
...
- 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
OBS-URL: https://build.opensuse.org/request/show/1084960
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=9
2023-05-05 13:58:58 +00:00
f2f1c58b5a
- 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:
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=18
2023-05-05 07:34:42 +00:00
1bc81741fd
Accepting request 1081829 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/1081829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=8
2023-04-21 16:48:04 +00:00
65d4d4e762
Accepting request 1081525 from home:dirkmueller:acdc:as_python3_module
...
SR for python stack proposal
OBS-URL: https://build.opensuse.org/request/show/1081525
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=16
2023-04-21 14:13:03 +00:00
0b1ca1ecb8
Accepting request 811269 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/811269
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=7
2020-06-04 15:54:02 +00:00
Tomáš Chvátal
466ee0b150
Accepting request 811235 from home:jayvdb:py-new
...
- Update to v1.7.0
* Fix ResourceWarning unclosed file if LockException is raised
- from v1.6.0
* Fixed unlocking bug on Windows
OBS-URL: https://build.opensuse.org/request/show/811235
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=14
2020-06-04 05:24:33 +00:00
f3939d1921
Accepting request 786107 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/786107
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=6
2020-03-18 11:45:55 +00:00
Tomáš Chvátal
007e620af0
Accepting request 786101 from home:mcalabkova:branches:devel:languages:python
...
- Update to 1.5.2
* Allow for development setuptools
OBS-URL: https://build.opensuse.org/request/show/786101
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=12
2020-03-18 09:04:09 +00:00
3719ddf758
Accepting request 729892 from devel:languages:python
...
- Update to 1.5.1:
* no upstream changelog
OBS-URL: https://build.opensuse.org/request/show/729892
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=5
2019-09-23 10:06:08 +00:00
Tomáš Chvátal
d088738eb0
- Update to 1.5.1:
...
* no upstream changelog
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=10
2019-09-10 13:22:24 +00:00
512c6bfd09
Accepting request 717856 from devel:languages:python
...
- Update to 1.5.0:
* No upstream changelog
- Switch to github tarball to include tests
OBS-URL: https://build.opensuse.org/request/show/717856
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=4
2019-07-23 20:39:56 +00:00
Tomáš Chvátal
e0dc43db02
- Update to 1.5.0:
...
* No upstream changelog
- Switch to github tarball to include tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=8
2019-07-23 11:23:11 +00:00
440b4d60d1
Accepting request 674951 from devel:languages:python
...
- Update to 1.4.0:
* no upstream changelog
- Drop patch portalocker-1.2.1-old-Sphinx.patch
OBS-URL: https://build.opensuse.org/request/show/674951
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=3
2019-02-15 09:02:12 +00:00
Tomáš Chvátal
a11b4cdf3e
- Update to 1.4.0:
...
* no upstream changelog
- Drop patch portalocker-1.2.1-old-Sphinx.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=6
2019-02-14 12:18:41 +00:00
80c3c9d939
Accepting request 610287 from devel:languages:python
...
OBS-URL: https://build.opensuse.org/request/show/610287
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=2
2018-05-29 08:29:55 +00:00
6eb23526f4
Accepting request 610286 from home:jengelh:branches:devel:languages:python
...
- Clear filler wording from description.
OBS-URL: https://build.opensuse.org/request/show/610286
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=4
2018-05-18 11:35:49 +00:00
38b3d5976e
Accepting request 610091 from devel:languages:python
...
Initial packaging effort (changes filename fixed)
OBS-URL: https://build.opensuse.org/request/show/610091
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-portalocker?expand=0&rev=1
2018-05-17 17:33:20 +00:00
Tomáš Chvátal
27136e97f6
Accepting request 610086 from home:mcepl:work
...
Fix name of changes file.
OBS-URL: https://build.opensuse.org/request/show/610086
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=2
2018-05-17 13:40:14 +00:00
Tomáš Chvátal
dc4139a788
Accepting request 610074 from home:mcepl:work
...
- Initial packaging effort
OBS-URL: https://build.opensuse.org/request/show/610074
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-portalocker?expand=0&rev=1
2018-05-17 13:16:52 +00:00