New version: 0.09
Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
parent
2611c23182
commit
6cf142a0fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
/justbases-0.6.tar.gz
|
||||
/justbases-0.9.tar.gz
|
||||
|
@ -1,12 +1,12 @@
|
||||
%global srcname justbases
|
||||
Name: python-%{srcname}
|
||||
Version: 0.6
|
||||
Release: 2%{?dist}
|
||||
Version: 0.9
|
||||
Release: 1%{?dist}
|
||||
Summary: A small library for precise conversion between arbitrary bases
|
||||
|
||||
License: GPLv2
|
||||
License: GPLv2+
|
||||
URL: http://pypi.python.org/pypi/justbases
|
||||
Source0: https://pypi.python.org/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
Source0: https://pypi.io/packages/source/j/%{srcname}/%{srcname}-%{version}.tar.gz
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -19,9 +19,9 @@ Summary: A small library for precise conversion between arbitrary bases
|
||||
%{?python_provide:%python_provide python2-%{srcname}}
|
||||
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python2-setuptools
|
||||
|
||||
Requires: python-six
|
||||
Requires: python2-six
|
||||
|
||||
%description -n python2-%{srcname}
|
||||
A small library for precise conversion between arbitrary bases and native
|
||||
@ -66,6 +66,9 @@ rm -rf justbases.egg-info
|
||||
%{python3_sitelib}/justbases-%{version}-*.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Aug 2 2016 mulhern <amulhern@redhat.com> - 0.9
|
||||
- New release
|
||||
|
||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.6-2
|
||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user