From 1507b8b8dee39f6eaec9485961189731f217b69e Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Aug 2016 12:52:55 -0400 Subject: [PATCH] New version: 0.10 Signed-off-by: mulhern --- .gitignore | 1 + python-justbytes.spec | 13 ++++++++----- sources | 2 +- 3 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 0c49038..72a8d3f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /justbytes-0.6.tar.gz /justbytes-0.7.tar.gz +/justbytes-0.10.tar.gz diff --git a/python-justbytes.spec b/python-justbytes.spec index 609a9b3..5fd6697 100644 --- a/python-justbytes.spec +++ b/python-justbytes.spec @@ -1,12 +1,12 @@ %global srcname justbytes Name: python-%{srcname} -Version: 0.7 -Release: 2%{?dist} +Version: 0.10 +Release: 1%{?dist} Summary: A library for handling computation with address ranges in bytes License: GPLv2 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 @@ -19,10 +19,10 @@ Summary: A library for handling computation with address ranges in bytes %{?python_provide:%python_provide python2-%{srcname}} BuildRequires: python2-devel -BuildRequires: python-setuptools +BuildRequires: python2-setuptools Requires: python2-justbases -Requires: python-six +Requires: python2-six %description -n python2-%{srcname} 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 %changelog +* Wed Aug 10 2016 mulhern - 0.10 +- New release + * Tue Jul 19 2016 Fedora Release Engineering - 0.7-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index b2449ee..95dc523 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f69189cfe7b73c0d00aef8aa2d5e7d3 justbytes-0.7.tar.gz +24d857f208128fc5ab3ed559122eb527 justbytes-0.10.tar.gz