Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| c72118b240 | |||
| 5911726d83 |
@@ -1,3 +1,44 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 28 11:39:44 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.6.0
|
||||||
|
* Deprecate warn_on_missing_entrypoint parameter
|
||||||
|
* Add py.typed file
|
||||||
|
* Unskip test
|
||||||
|
* Add conflict resolution support
|
||||||
|
* Make better use of super
|
||||||
|
* typing: Remove use of _init_attributes (2/2)
|
||||||
|
* typing: Remove use of _init_attributes (1/2)
|
||||||
|
* typing: Remove unnecessary method subclass
|
||||||
|
* docs: Update to use pyproject.toml
|
||||||
|
* tests: Trivial fixups
|
||||||
|
* Remove unnecessary type docstring field lists
|
||||||
|
* typing: Add hints to tests
|
||||||
|
* typing: Make better use of ParamSpec
|
||||||
|
* typing: Add initial type hints
|
||||||
|
* Deprecate verify_requirements flag
|
||||||
|
* Remove use of mutable default param
|
||||||
|
* trivial: Remove references to importlib_metadata
|
||||||
|
* Enable ruff, ruff-format
|
||||||
|
* Apply ruff, ruff-format
|
||||||
|
* docs: Remove cruft from configuration files
|
||||||
|
* pre-commit: Bump versions
|
||||||
|
* reno: Update master for unmaintained/2024.1
|
||||||
|
* Bump pyupgrade target to 3.10+
|
||||||
|
* Migrate bandit options to pyproject.toml
|
||||||
|
* pre-commit: Bump dependencies
|
||||||
|
* Migrate setup configuration to pyproject.toml
|
||||||
|
* Drop Python 3.9 support
|
||||||
|
* Update master for stable/2025.2
|
||||||
|
- Remove empty file stevedore/tests/extension_unimportable.py
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 26 08:53:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 5.5.0
|
||||||
|
* Support for Python 3.9 has been removed. Now the minimum
|
||||||
|
python version supported is 3.10.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 19 11:18:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Wed Mar 19 11:18:35 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-stevedore
|
# spec file for package python-stevedore
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 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-stevedore
|
Name: python-stevedore
|
||||||
Version: 5.4.1
|
Version: 5.6.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Manage dynamic plugins for Python applications
|
Summary: Manage dynamic plugins for Python applications
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -39,7 +39,7 @@ Requires: python-importlib-metadata
|
|||||||
Requires: python-pbr
|
Requires: python-pbr
|
||||||
%if "%{?python_provides}" == "python3"
|
%if "%{?python_provides}" == "python3"
|
||||||
Provides: python3-stevedore = %{version}
|
Provides: python3-stevedore = %{version}
|
||||||
Obsoletes: python3-stevedore <= %{version}
|
Obsoletes: python3-stevedore < 5.6.0
|
||||||
%endif
|
%endif
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
@@ -57,6 +57,8 @@ dynamically loaded extensions.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n stevedore-%{version}
|
%autosetup -p1 -n stevedore-%{version}
|
||||||
|
# Remove empty file stevedore/tests/extension_unimportable.py
|
||||||
|
rm stevedore/tests/extension_unimportable.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%pyproject_wheel
|
%pyproject_wheel
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3135b5ae50fe12816ef291baff420acb727fcd356106e3e9cbfa9e5985cd6f4b
|
|
||||||
size 513858
|
|
||||||
3
stevedore-5.6.0.tar.gz
Normal file
3
stevedore-5.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f22d15c6ead40c5bbfa9ca54aa7e7b4a07d59b36ae03ed12ced1a54cf0b51945
|
||||||
|
size 516074
|
||||||
Reference in New Issue
Block a user