New upstream release with DNF support

epel9
Lubomír Sedlář 8 years ago
parent 9320290e33
commit d30cc04ca4

1
.gitignore vendored

@ -1 +1,2 @@
/python-multilib-1.1.tar.gz
/python-multilib-1.2.tar.bz2

@ -1,12 +0,0 @@
diff --git a/setup.py b/setup.py
index 5525b5b..9ed3e52 100755
--- a/setup.py
+++ b/setup.py
@@ -23,6 +23,7 @@ setup(
license = "GPLv2",
url = "https://github.com/Zyzyx/python-multilib.git",
packages = packages,
+ install_requires = ['six'],
package_data = {'': ['README.md', 'LICENSE']},
data_files = [('/etc', ['etc/multilib.conf'])],
test_suite = "tests",

@ -1,13 +1,13 @@
Name: python-multilib
Version: 1.1
Release: 8%{?dist}
Version: 1.2
Release: 1%{?dist}
Summary: A module for determining if a package is multilib or not
Group: Development/Libraries
License: GPLv2
URL: https://github.com/Zyzyx/%{name}/
Source0: https://github.com/Zyzyx/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
URL: https://pagure.io/releng/python-multilib
Source0: https://releases.pagure.org/releng/python-multilib/%{name}-%{version}.tar.bz2
BuildArch: noarch
Patch01: 001-python-six.patch
%global _description \
@ -50,7 +50,6 @@ Requires: %{name}-conf = %{version}-%{release}
%prep
%setup -q
%patch01 -p1
%build
%py2_build
@ -81,6 +80,10 @@ Requires: %{name}-conf = %{version}-%{release}
%changelog
* Thu Mar 02 2017 Lubomír Sedlář <lsedlar@redhat.com> - 1.2-1
- New upstream version with support for DNF package objects
- Updated URL to point to new upstream on Pagure.io
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild

@ -1 +1 @@
bc561564dcdafbca8a29f9d45366b435 python-multilib-1.1.tar.gz
SHA512 (python-multilib-1.2.tar.bz2) = 77e03fe81b7702ed7e00d43a8864bfa11b9bc1f522e513d0974cc323624ef6af89b18d516237de70e81ca292b7f420663c26c83b8830f5572763df7fa8894bdf

Loading…
Cancel
Save