Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6eae541e0d | |||
| e4896ef4c6 | |||
| 4020102908 | |||
| 9002c481b7 | |||
| d3576a9a9a | |||
| 2f2c97b21d |
BIN
python-fasteners-0.19-gh.tar.gz
LFS
BIN
python-fasteners-0.19-gh.tar.gz
LFS
Binary file not shown.
3
python-fasteners-0.20-gh.tar.gz
Normal file
3
python-fasteners-0.20-gh.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:393f0d516af101304390da79f702e2a4e03da50d0b0c5bacdb17e81ddc816148
|
||||||
|
size 42740
|
||||||
@@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 29 11:18:04 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 0.20:
|
||||||
|
* InterProcessLock now catches OSError and handles
|
||||||
|
BlockingIOError correctly.
|
||||||
|
* Remove support for python 3.8, python 3.9 and pypy 3.9. It
|
||||||
|
should still work,
|
||||||
|
* but is no longer tested.
|
||||||
|
* Add support for python 3.12, 3.13 and pypy 3.11.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 6 05:53:37 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Skip a recalcitrant test.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 20 05:03:19 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Drop unneeded Requires on six.
|
||||||
|
- No more greedy globs in %files.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Sep 27 12:10:42 UTC 2023 - ecsos <ecsos@opensuse.org>
|
Wed Sep 27 12:10:42 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-fasteners
|
# spec file for package python-fasteners
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-fasteners
|
Name: python-fasteners
|
||||||
Version: 0.19
|
Version: 0.20
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A python package that provides useful locks
|
Summary: A python package that provides useful locks
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -35,7 +35,6 @@ BuildRequires: %{python_module wheel}
|
|||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-more-itertools
|
Requires: python-more-itertools
|
||||||
Requires: python-six
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
@@ -58,11 +57,13 @@ It includes the following.
|
|||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
%pytest
|
# Broken with new eventlet?
|
||||||
|
%pytest -k 'not test_eventlet_spawn_n_bug'
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc CHANGELOG.md README.md
|
%doc CHANGELOG.md README.md
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/fasteners
|
||||||
|
%{python_sitelib}/fasteners-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user