New version: 0.10
Signed-off-by: mulhern <amulhern@redhat.com>
This commit is contained in:
parent
4c64077fc8
commit
1507b8b8de
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user