forked from pool/createrepo_c
Accepting request 903264 from home:gmbr3:Active
- Update to 0.17.3 + Remove distutils which are deprecated in python3.10 + Fix segmentation fault when taking str() of closed file + Use pkg-config for rpm libraries instead of custom code + Drop Python 2 support + Never leave behind .repodata lock on exit OBS-URL: https://build.opensuse.org/request/show/903264 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/createrepo_c?expand=0&rev=58
This commit is contained in:
parent
83cbad7655
commit
56f6fd023b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd9f925dd166f0e132206cbe9baae6cbaa12194603cdd255e607ebd98d51297e
|
||||
size 600720
|
3
createrepo_c-0.17.3.tar.gz
Normal file
3
createrepo_c-0.17.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3fafdddcb4c58d45c48ca03f18998c4020fa0598a54093c24cd748fd308cb98
|
||||
size 592214
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 30 15:35:41 UTC 2021 - Callum Farmer <gmbr3@opensuse.org>
|
||||
|
||||
- Update to 0.17.3
|
||||
+ Remove distutils which are deprecated in python3.10
|
||||
+ Fix segmentation fault when taking str() of closed file
|
||||
+ Use pkg-config for rpm libraries instead of custom code
|
||||
+ Drop Python 2 support
|
||||
+ Never leave behind .repodata lock on exit
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 26 07:16:58 UTC 2021 - Frank Schreiner <FSchreiner@suse.com>
|
||||
|
||||
|
@ -54,7 +54,7 @@
|
||||
%define devname lib%{name}-devel
|
||||
|
||||
Name: createrepo_c
|
||||
Version: 0.16.0
|
||||
Version: 0.17.3
|
||||
Release: 0
|
||||
Summary: RPM repository metadata generation utility
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user