forked from pool/python-pifpaf
Accepting request 1293845 from devel:languages:python
- update to 3.3.0:
* postgresql: fix initdb options
* ci(mergify): upgrade configuration to current format
* Valkey: Redis: Use IP address in sentinel configuration
* Remove Python 3.8 support
* Allow drivers requiring extended attributes to use any xattr
implementation
- update to 3.2.3:
* Fix list command names from importlib
- update to 3.2.2:
* Fix long description
* Fix CI and test using Ubuntu 24.04 and Python 3.12
- update to 3.2.1:
* Switch to new version of docker actions
* Redis: Use IP address in sentinel configuration
* Replace call to deprecated method Thread.setDaemon()
- update to 3.2.0:
* Remove deprecated mongo cli options
* Add support for newer s3rver
* Fix etcd v3.4 cluster works
* ceph: auth_allow_insecure_global_id_reclaim and
mon_warn_on_pool_no_redundancy to false
* Move mergify to queue action
* Drop old Gnocchi support
* gnocchi: Change s3 credentials to s3rver default
* Start all etcd nodes at the same time
* Follow PEP517
- Remove unneeded Requires on mock and six.
OBS-URL: https://build.opensuse.org/request/show/1293845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pifpaf?expand=0&rev=15
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9668b17d43fea6ad117725de63a3265103b1d6c30b1eaa2338a50ad668af6da5
|
||||
size 189903
|
||||
3
pifpaf-3.3.0.tar.gz
Normal file
3
pifpaf-3.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c5790c8f5b0fd715dfe8077fef50456eaf121f3fee1dc692aafe9140dd026b5a
|
||||
size 185776
|
||||
@@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 16 15:09:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 3.3.0:
|
||||
* postgresql: fix initdb options
|
||||
* ci(mergify): upgrade configuration to current format
|
||||
* Valkey: Redis: Use IP address in sentinel configuration
|
||||
* Remove Python 3.8 support
|
||||
* Allow drivers requiring extended attributes to use any xattr
|
||||
implementation
|
||||
- update to 3.2.3:
|
||||
* Fix list command names from importlib
|
||||
- update to 3.2.2:
|
||||
* Fix long description
|
||||
* Fix CI and test using Ubuntu 24.04 and Python 3.12
|
||||
- update to 3.2.1:
|
||||
* Switch to new version of docker actions
|
||||
* Redis: Use IP address in sentinel configuration
|
||||
* Replace call to deprecated method Thread.setDaemon()
|
||||
- update to 3.2.0:
|
||||
* Remove deprecated mongo cli options
|
||||
* Add support for newer s3rver
|
||||
* Fix etcd v3.4 cluster works
|
||||
* ceph: auth_allow_insecure_global_id_reclaim and
|
||||
mon_warn_on_pool_no_redundancy to false
|
||||
* Move mergify to queue action
|
||||
* Drop old Gnocchi support
|
||||
* gnocchi: Change s3 credentials to s3rver default
|
||||
* Start all etcd nodes at the same time
|
||||
* Follow PEP517
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 9 14:45:01 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
|
||||
@@ -11,7 +42,7 @@ Tue Jun 3 11:22:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 5 01:21:59 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Remove unneeded Requires on mock and six.
|
||||
- Remove unneeded Requires on mock and six.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 17 21:13:02 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
@@ -18,19 +18,22 @@
|
||||
|
||||
%bcond_without libalternatives
|
||||
Name: python-pifpaf
|
||||
Version: 3.1.5
|
||||
Version: 3.3.0
|
||||
Release: 0
|
||||
Summary: Suite of tools and fixtures to manage daemons for testing
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/jd/pifpaf
|
||||
Source: https://files.pythonhosted.org/packages/source/p/pifpaf/pifpaf-%{version}.tar.gz
|
||||
BuildRequires: %{python_module pbr}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module setuptools_scm}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module wheel}
|
||||
BuildRequires: alts
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
%if %{with libalternatives}
|
||||
BuildRequires: alts
|
||||
Requires: alts
|
||||
%endif
|
||||
Requires: python-Jinja2
|
||||
Requires: python-click
|
||||
Requires: python-daiquiri
|
||||
@@ -70,7 +73,7 @@ export LC_ALL=en_US.utf8
|
||||
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc ChangeLog README.rst
|
||||
%doc README.rst
|
||||
%{python_sitelib}/pifpaf
|
||||
%{python_sitelib}/pifpaf-%{version}*-info
|
||||
%python_alternative %{_bindir}/pifpaf
|
||||
|
||||
Reference in New Issue
Block a user