New version: 0.10

Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
mulhern 2016-08-10 12:52:55 -04:00
parent 4c64077fc8
commit 1507b8b8de
3 changed files with 10 additions and 6 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/justbytes-0.6.tar.gz /justbytes-0.6.tar.gz
/justbytes-0.7.tar.gz /justbytes-0.7.tar.gz
/justbytes-0.10.tar.gz

View File

@ -1,12 +1,12 @@
%global srcname justbytes %global srcname justbytes
Name: python-%{srcname} Name: python-%{srcname}
Version: 0.7 Version: 0.10
Release: 2%{?dist} Release: 1%{?dist}
Summary: A library for handling computation with address ranges in bytes Summary: A library for handling computation with address ranges in bytes
License: GPLv2 License: GPLv2
URL: http://pypi.python.org/pypi/%{srcname} URL: http://pypi.python.org/pypi/%{srcname}
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 BuildArch: noarch
@ -19,10 +19,10 @@ Summary: A library for handling computation with address ranges in bytes
%{?python_provide:%python_provide python2-%{srcname}} %{?python_provide:%python_provide python2-%{srcname}}
BuildRequires: python2-devel BuildRequires: python2-devel
BuildRequires: python-setuptools BuildRequires: python2-setuptools
Requires: python2-justbases Requires: python2-justbases
Requires: python-six Requires: python2-six
%description -n python2-%{srcname} %description -n python2-%{srcname}
A library for handling computations with address ranges. The library also offers A library for handling computations with address ranges. The library also offers
@ -68,6 +68,9 @@ rm -rf justbytes.egg-info
%{python3_sitelib}/justbytes-%{version}-*.egg-info %{python3_sitelib}/justbytes-%{version}-*.egg-info
%changelog %changelog
* Wed Aug 10 2016 mulhern <amulhern@redhat.com> - 0.10
- New release
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2 * Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7-2
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages

View File

@ -1 +1 @@
5f69189cfe7b73c0d00aef8aa2d5e7d3 justbytes-0.7.tar.gz 24d857f208128fc5ab3ed559122eb527 justbytes-0.10.tar.gz