- Update to 1.14.0
+ Fix LRO_PRESERVETIME behavior + Support multiple checksums in xattr (rh#1931904) + Return "calculated" checksum if requested w/caching + Fix lr_yum_download_url in case lr_handle is NULL OBS-URL: https://build.opensuse.org/package/show/system:packagemanager:dnf/librepo?expand=0&rev=36
This commit is contained in:
parent
aef52754ff
commit
83b74b10e3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8970194fb7e7fe339318ee8e122f255374f9fa5a50aaf23c65a7d2e5651143e
|
||||
size 816981
|
3
librepo-1.14.0.tar.gz
Normal file
3
librepo-1.14.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d83835e468c71ae8970c896eb1df7cdb2e54298bdfe75465c396a7457838c61b
|
||||
size 824502
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 13 12:59:28 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
- Update to 1.14.0
|
||||
+ Fix LRO_PRESERVETIME behavior
|
||||
+ Support multiple checksums in xattr (rh#1931904)
|
||||
+ Return "calculated" checksum if requested w/caching
|
||||
+ Fix lr_yum_download_url in case lr_handle is NULL
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 3 02:37:36 UTC 2021 - Neal Gompa <ngompa13@gmail.com>
|
||||
|
||||
|
@ -37,7 +37,7 @@
|
||||
%define devname %{name}-devel
|
||||
|
||||
Name: librepo
|
||||
Version: 1.13.0
|
||||
Version: 1.14.0
|
||||
Release: 0
|
||||
Summary: Repodata downloading library
|
||||
License: LGPL-2.0-or-later
|
||||
@ -90,7 +90,6 @@ BuildRequires: python3-devel
|
||||
%if %{with tests}
|
||||
BuildRequires: python3-gpg
|
||||
BuildRequires: python3-Flask
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-requests
|
||||
%endif
|
||||
BuildRequires: python3-Sphinx
|
||||
|
Loading…
Reference in New Issue
Block a user