From 88b080d4a877e252a0c6d5f240ed153a8661d094 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Fri, 23 Oct 2015 17:45:42 +0200 Subject: [PATCH] New version - Distribute the tests for overrides (vpodzime) - Fix the rpmlog target (vpodzime) - Respect the signs when doing division (vpodzime) - Add two more internal methods that may be required (vpodzime) - Do not pass negative numbers as guint64 when comparing with negative ints (vpodzime) - Round toward zero when converting bytes from float to int (vpodzime) - Make sure we return Size if doing operations with big integers (vpodzime) - Implement the __divmod__() method (vpodzime) - Do not try to convert negative int to an unsigned int when multiplying (vpodzime) - Fix and test the __deepcopy__ method (vpodzime) - Implement the evaluation of Size instance as a bool value (vpodzime) - Fix some issues in comparison functions and add tests (vpodzime) - Add a function for getting string representation of a unit (vpodzime) - Hook the overrides tests to the 'test' target (vpodzime) - Merge pull request #4 from japokorn/master-tests_03_python_override (vpodzime) - Added tests for Python override (japokorn) - Make sure our tests don't get broken by installed overrides (vpodzime) --- .gitignore | 1 + libbytesize.spec | 21 ++++++++++++++++++++- sources | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e20b42f..c4ab9d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /libbytesize-0.1.tar.gz +/libbytesize-0.2.tar.gz diff --git a/libbytesize.spec b/libbytesize.spec index 304013c..9400908 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -1,5 +1,5 @@ Name: libbytesize -Version: 0.1 +Version: 0.2 Release: 1%{?dist} Summary: A library for working with sizes in bytes License: LGPLv2+ @@ -96,5 +96,24 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} %{python3_sitearch}/gi/overrides/__pycache__/ByteSize* %changelog +* Fri Oct 23 2015 Vratislav Podzimek - 0.2-1 +- Distribute the tests for overrides (vpodzime) +- Fix the rpmlog target (vpodzime) +- Respect the signs when doing division (vpodzime) +- Add two more internal methods that may be required (vpodzime) +- Do not pass negative numbers as guint64 when comparing with negative ints (vpodzime) +- Round toward zero when converting bytes from float to int (vpodzime) +- Make sure we return Size if doing operations with big integers (vpodzime) +- Implement the __divmod__() method (vpodzime) +- Do not try to convert negative int to an unsigned int when multiplying (vpodzime) +- Fix and test the __deepcopy__ method (vpodzime) +- Implement the evaluation of Size instance as a bool value (vpodzime) +- Fix some issues in comparison functions and add tests (vpodzime) +- Add a function for getting string representation of a unit (vpodzime) +- Hook the overrides tests to the 'test' target (vpodzime) +- Merge pull request #4 from japokorn/master-tests_03_python_override (vpodzime) +- Added tests for Python override (japokorn) +- Make sure our tests don't get broken by installed overrides (vpodzime) + * Wed Oct 07 2015 Vratislav Podzimek - 0.1-1 - Initial release diff --git a/sources b/sources index 57c57d7..3fd7d96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -13dbb3e5482ce40eab22b5d6417c9793 libbytesize-0.1.tar.gz +bf2f7d64118af46e7bc03a3fac0631e4 libbytesize-0.2.tar.gz