[python-bitmath] Update to 1.2.3-1

Timothy Bielawa tbielawa at fedoraproject.org
Sun Jan 4 04:42:48 UTC 2015


commit ecae31e7a78ff0a8af14323032af3088f72e45b0
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Sat Jan 3 23:42:49 2015 -0500

    Update to 1.2.3-1

 .gitignore          |    1 +
 python-bitmath.spec |   22 ++++++++++++++++++----
 sources             |    2 +-
 3 files changed, 20 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d652880..dfea046 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-1.tar.gz
diff --git a/python-bitmath.spec b/python-bitmath.spec
index 151716a..71fe0d6 100644
--- a/python-bitmath.spec
+++ b/python-bitmath.spec
@@ -9,7 +9,7 @@
 
 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
@@ -35,9 +35,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 +59,22 @@ 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-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..4d4e979 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-08d7760f5fd00027024346b839366655  1.1.0-1.tar.gz
+7139c1c6ccbf784be4dd28723d5895fb  1.2.3-1.tar.gz


More information about the scm-commits mailing list