Update dnf-plugins-core to 0.1.14-1

This commit is contained in:
Michal Luscon 2015-11-16 16:48:43 +01:00
parent 637213fd87
commit 41de70ae0e
3 changed files with 24 additions and 8 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@
/dnf-plugins-core-0.1.11.tar.gz
/dnf-plugins-core-0.1.12.tar.gz
/dnf-plugins-core-0.1.13.tar.gz
/dnf-plugins-core-0.1.14.tar.gz

View File

@ -1,10 +1,10 @@
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 1.1.2}
%{?!dnf_lowest_compatible: %global dnf_lowest_compatible 1.1.4}
%{?!dnf_not_compatible: %global dnf_not_compatible 2.0}
%global hawkey_version 0.6.1
Name: dnf-plugins-core
Version: 0.1.13
Release: 2%{?snapshot}%{?dist}
Version: 0.1.14
Release: 1%{?snapshot}%{?dist}
Summary: Core Plugins for DNF
Group: System Environment/Base
License: GPLv2+
@ -44,7 +44,7 @@ BuildRequires: python-sphinx
BuildRequires: python2-devel
Requires: python2-dnf >= %{dnf_lowest_compatible}
Requires: python2-dnf < %{dnf_not_compatible}
Requires: python-hawkey >= hawkey_version
Requires: python-hawkey >= %{hawkey_version}
Conflicts: dnf-plugins-core <= 0.1.5
%description -n python-dnf-plugins-core
Core Plugins for DNF, Python 2 interface. This package enhance DNF with builddep, copr,
@ -62,7 +62,7 @@ BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: python3-dnf >= %{dnf_lowest_compatible}
Requires: python3-dnf < %{dnf_not_compatible}
Requires: python3-hawkey >= hawkey_version
Requires: python3-hawkey >= %{hawkey_version}
Conflicts: dnf-plugins-core <= 0.1.5
%description -n python3-dnf-plugins-core
Core Plugins for DNF, Python 3 interface. This package enhance DNF with builddep, copr,
@ -119,8 +119,23 @@ PYTHONPATH=./plugins /usr/bin/nosetests-3.* -s tests/
%{python3_sitelib}/dnfpluginscore/
%changelog
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.13-2
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Mon Nov 16 2015 Michal Luscon <mluscon@redhat.com> 0.1.14-1
- zanata update (Jan Silhan)
- repoquery: do not require loading metadata when we want to query system only
(Jan Silhan)
- repoquery: fix unicode tracebacks (Michal Luscon)
- repoquery: use new methods recent, extras, unneeded (Michal Luscon)
- repoquery: use new api methods duplicated and latest (RhBug:1231572) (Michal
Luscon)
- Exit with non-zero status if strict and package not found (alde)
- Fix cmdline conversion to unicode (RhBug:1265210) (Michal Domonkos)
- Remove extra 'l' in test class name (Alexander Todorov)
- copr: PEP formating (Miroslav Suchý)
- copr: allow to use staging instance of Copr for testing (Miroslav Suchý)
- do not use @ in repoid (RhBug:1280416) (Miroslav Suchý)
- reverts unintentional releaser from e035152 (Jan Silhan)
- don't look for builddeps on source packages (RhBug:1272936) (Michael Mraka)
- Fix hawkey version constraint (Neal Gompa (ニール・ゴンパ))
* Wed Oct 14 2015 Jan Silhan <jsilhan@redhat.com> 0.1.13-1
- updated: release notes for 0.1.13 (Jan Silhan)

View File

@ -1 +1 @@
7233d1e132ad4de6d8d4645da928d6e3 dnf-plugins-core-0.1.13.tar.gz
9c9fd25ff5959a15833f10f8858c7a0f dnf-plugins-core-0.1.14.tar.gz