New version: 0.09

Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
mulhern 2016-08-02 09:37:18 -04:00
parent 2611c23182
commit 6cf142a0fc
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/justbases-0.6.tar.gz
/justbases-0.9.tar.gz

View File

@ -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

View File

@ -1 +1 @@
e0d603b185dbca47e427d2c82439ab10 justbases-0.6.tar.gz
84b2b993edb7368e96983cd3de08ee87 justbases-0.9.tar.gz