[python-bitmath/el6] Update to 1.2.3-2

Timothy Bielawa tbielawa at fedoraproject.org
Sun Jan 4 05:33:03 UTC 2015


commit fe1d9bb0ceec157cdef5b399f55a25130d3bb2e9
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Sun Jan 4 00:19:57 2015 -0500

    Update to 1.2.3-2

 .gitignore          |    1 +
 python-bitmath.spec |   28 +++++++++++++++++++++++-----
 sources             |    2 +-
 3 files changed, 25 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d652880..27ec113 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /1.0.5-1.tar.gz
 /1.0.8-3.tar.gz
 /1.1.0-1.tar.gz
+/1.2.3-2.tar.gz
diff --git a/python-bitmath.spec b/python-bitmath.spec
index 151716a..8a94aa0 100644
--- a/python-bitmath.spec
+++ b/python-bitmath.spec
@@ -5,11 +5,11 @@
 %endif
 
 %global _short_name bitmath
-%global _short_release 1
+%global _short_release 2
 
 Name: python-bitmath
 Summary: Aids representing and manipulating sizes in various prefix notations
-Version: 1.1.0
+Version: 1.2.3
 Release: %{_short_release}%{?dist}
 
 Group: Development/Libraries
@@ -20,6 +20,7 @@ Url: https://github.com/tbielawa/bitmath
 BuildArch: noarch
 BuildRequires: python2-devel
 BuildRequires: python-nose
+BuildRequires: python-progressbar
 %{?el6:Requires: python-argparse}
 %{?el6:BuildRequires: python-argparse}
 %{?el6:BuildRequires: python-unittest2}
@@ -35,9 +36,11 @@ selection, and completely customizable formatting.
 
 In addition to the conversion and math operations, bitmath provides
 human readable representations of values which are suitable for use in
-interactive shells as well as larger scripts and applications.
+interactive shells as well as larger scripts and applications. bitmath
+can parse strings into proper objects and has support for integration
+with argparse as a custom argument type.
 
-bitmath is thoroughly unittested, with over 150 individual tests (a
+bitmath is thoroughly unittested, with over 170 individual tests (a
 number which is always increasing). bitmaths test-coverage is almost
 always at 100%.
 
@@ -57,10 +60,25 @@ cp -v *.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
 
 %files -f python-bitmath-files.txt
 %dir %{python2_sitelib}/%{_short_name}
-%doc README.md LICENSE
+%doc README.rst LICENSE
 %doc %{_mandir}/man1/bitmath.1*
 
 %changelog
+* Sun Jan  4 2015 Tim Bielawa <tbielawa at redhat.com> - 1.2.3-2
+- Add python-progressbar build-dependency to satisfy 'check' tests
+
+* Sun Jan  4 2015 Tim Bielawa <tbielawa at redhat.com> - 1.2.3-1
+- Add progressbar example to the README
+
+* Sun Jan  4 2015 Tim Bielawa <tbielawa at redhat.com> - 1.2.2-1
+- Fix some problems with the automated build system
+
+* Sun Jan  4 2015 Tim Bielawa <tbielawa at redhat.com> - 1.2.1-1
+- Add a new integration: the progressbar module FileTransferSpeed widget
+
+* Mon Dec 29 2014 Tim Bielawa <tbielawa at redhat.com> - 1.2.0-1
+- Add argparse integration with a BitmathType argument type
+
 * Sat Dec 20 2014 Tim Bielawa <tbielawa at redhat.com> - 1.1.0-1
 - New parse_string utility function from tonycpsu
 - 'bitmath' tool added for converting on the command line
diff --git a/sources b/sources
index 2291924..b55d491 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08d7760f5fd00027024346b839366655  1.1.0-1.tar.gz
+b8dd3ff59b83463e355eb76e08887d33  1.2.3-2.tar.gz


More information about the scm-commits mailing list