Accepting request 1060114 from devel:languages:python
- update to 5.11.1: * Run PBR integration on Ubuntu Focal too * Remove numpy dependencies * Tie recursion calls to Dist object, not module * Update tox.ini to work with tox 4 OBS-URL: https://build.opensuse.org/request/show/1060114 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=62
This commit is contained in:
commit
4cde64ff68
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b97bc6695b2aff02144133c2e7399d5885223d42b7912ffaec2ca3898e673bfe
|
||||
size 127505
|
BIN
pbr-5.11.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
pbr-5.11.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 21 09:57:57 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 5.11.1:
|
||||
* Run PBR integration on Ubuntu Focal too
|
||||
* Remove numpy dependencies
|
||||
* Tie recursion calls to Dist object, not module
|
||||
* Update tox.ini to work with tox 4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 19:46:28 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -26,7 +26,7 @@
|
||||
%bcond_with test
|
||||
%endif
|
||||
Name: python-pbr%{psuffix}
|
||||
Version: 5.11.0
|
||||
Version: 5.11.1
|
||||
Release: 0
|
||||
Summary: Python Build Reasonableness
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user