[python-bitmath] Update to 1.0.8-3

Timothy Bielawa tbielawa at fedoraproject.org
Fri Aug 15 01:54:08 UTC 2014


commit 3126d14f7848ac95ae5983850338161df6b77ebd
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Thu Aug 14 21:53:26 2014 -0400

    Update to 1.0.8-3

 .gitignore          |    1 +
 python-bitmath.spec |   42 ++++++++++++++++++++++++++++++++++++------
 sources             |    2 +-
 3 files changed, 38 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 72fe3d3..30d6b3b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /1.0.4-1.tar.gz
 /1.0.5-1.tar.gz
+/1.0.8-3.tar.gz
diff --git a/python-bitmath.spec b/python-bitmath.spec
index 3b99eed..e60bc2f 100644
--- a/python-bitmath.spec
+++ b/python-bitmath.spec
@@ -5,12 +5,12 @@
 %endif
 
 %global _short_name bitmath
-%global _short_release 1
+%global _short_release 3
 
 Name: python-bitmath
 Summary: Aids representing and manipulating sizes in various prefix notations
-Version: 1.0.5
-Release: %{_short_release}%{?dist}.1
+Version: 1.0.8
+Release: %{_short_release}%{?dist}
 
 Group: Development/Libraries
 License: BSD
@@ -27,12 +27,17 @@ bitmath simplifies many facets of interacting with file sizes in
 various units. Examples include: converting between SI and NIST prefix
 units (GiB to kB), converting between units of the same type (SI to
 SI, or NIST to NIST), basic arithmetic operations (subtracting 42KiB
-from 50GiB), and rich comparison operations (1024 Bytes == 1KiB).
+from 50GiB), and rich comparison operations (1024 Bytes == 1KiB),
+bitwise operations, sorting, automatic best human-readable prefix
+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.
 
+bitmath is thoroughly unittested, with over 100 individual tests (a
+number which is always increasing). bitmaths test-coverage is almost
+always at 100%.
 
 %check
 nosetests -v
@@ -51,8 +56,33 @@ nosetests -v
 %doc README.md LICENSE
 
 %changelog
-* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.5-1.1
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+* Fri Aug 15 2014 Tim Bielawa <tbielawa at redhat.com> - 1.0.8-3
+- Actually fix this whole specfile and version mixup
+
+* Fri Aug 15 2014 Tim Bielawa <tbielawa at redhat.com> - 1.0.8-2
+- Fix macro expansion in specfile changelog
+
+* Thu Aug 14 2014 Tim Bielawa <tbielawa at redhat.com> - 1.0.8-1
+- First release with contributors: davidfischer-ch and hikusukih! Thank you!
+- Real documentation (via readthedocs.org)
+- Significant formatting functionality added:
+- +formatting context manager, listdir, getsize
+- Python3 compat via rtruediv contribution!
+- So many more unit tests
+- Coveralls code-coverage review
+- Pluralization/singularity in string formatting (thanks for the contribution!)
+
+* Sat Jul 19 2014 Tim Bielawa <tbielawa at redhat.com> - 1.0.7-1
+- Lots of documentation and unittest updates
+- See GitHub Milestone 2: 1.0.7 for a list of closed issues
+
+* Mon Jul 14 2014 Tim Bielawa <tbielawa at redhat.com> - 1.0.6-1
+- New instance properties
+- Custom representation formatting method. #9
+- Best-prefix guessing: select the best human-readable prefix unit
+  automatically. #6
+- Bitwise operation support. #3
+- More unittests than your body has room for
 
 * Mon Apr 28 2014 Tim Bielawa <tbielawa at redhat.com> - 1.0.5-1
 - Now with support for bitwise operations
diff --git a/sources b/sources
index 2224840..d7db3d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-137f54c3833d9eb780ec5c996c7e1bde  1.0.5-1.tar.gz
+8477666508f722462974a8521987f5fd  1.0.8-3.tar.gz


More information about the scm-commits mailing list