Commit Graph

12 Commits

Author SHA1 Message Date
Vratislav Podzimek
804a401f20 New version
- Add support for the ROUND_HALF_UP rounding mode (vpodzime)
- Make sure we return the right radix char in human_readable() (vpodzime)
- Allocate enough memory for char->str replacements (vpodzime)
2016-05-03 09:55:05 +02:00
Vratislav Podzimek
cf426618de New version
- Create both libbytesize-$version and $version tags (vpodzime)
- Update the .pot file with the new version (vpodzime)
- Improve how we create changelog (vpodzime)
- Try harder when getting OverflowError in division (#1326897) (vpodzime)
- Neutralize the radix char before passing string to MPFR (#1326108) (vpodzime)
- Run tests with en_US and fr_FR locales (vpodzime)
- Run the tests with both python2 and python3 again (vpodzime)
- Do not run the same tests 3 times as part of the 'ci' target (vpodzime)
- Don't fail if just the best-effort cleanup fails (vpodzime)
- Throw away the new .pot file when just running tests (vpodzime)
- Make sure we return one of -1, 0, 1 from cmp functions (#1326113) (vpodzime)
- Use cmp_bytes(size, bytes) when comparing to 0 (vpodzime)
- Ignore all .po~ files (vpodzime)
- Add translator comments (dshea)
- Integrate translation-canary into the build. (dshea)
- Run the translation-canary tests from make check. (dshea)
- Squashed 'translation-canary/' content from commit d6c0708 (dshea)
- Make 'make check' work. (dshea)
- Remove files from po/ we don't need to track (vpodzime)
- Ignore the compiled translation files (vpodzime)
- Distribute and package the translations (vpodzime)
- Add the necessary pieces for getting translations (vpodzime)
2016-04-26 09:26:06 +02:00
Vratislav Podzimek
a8ed70f44a New version
- Only require -lgmp and -lmpfr for static linking (vpodzime)
2016-04-14 10:29:11 +02:00
Vratislav Podzimek
359e3d5e5e New version
- Do not try to delete the C struct twice (vpodzime)
2016-03-11 18:34:11 +01:00
Vratislav Podzimek
23696856e4 New version
- Add the __init__.py file to provide a proper package (vpodzime)
- Merge pull request #7 from vpodzime/master-decimal_locale (vpodzime)
- Make sure we pass a locale-agnostic string to Decimal() (vpodzime)
- Adapt the package description to no longer using GI (vpodzime)
- Make Size instances hashable (vpodzime)
- Sync the spec file with downstream (vpodzime)
2016-03-09 17:29:27 +01:00
Vratislav Podzimek
7deccfd1fc New version
- Make sure we pass a locale-agnostic string to Decimal() (vpodzime)
2016-03-09 13:51:24 +01:00
Vratislav Podzimek
acef3dd342 New version
- Make Size instances hashable (vpodzime)
2016-03-07 12:07:08 +01:00
Vratislav Podzimek
dd8a76ab02 New version
- Packaging changes related to getting rid of GLib/GObject (vpodzime)
- Adapt the python bindings and tests (vpodzime)
- Get rid of GObject and GLib (vpodzime)
- Define the __divmod__ method even for not dividing by Size (vpodzime)
2016-03-07 10:00:24 +01:00
Dennis Gilmore
f7b4ac4e3e - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-04 02:56:56 +00:00
Peter Robinson
ceaa39c646 - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 2015-11-10 14:38:13 +00:00
Vratislav Podzimek
88b080d4a8 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)
2015-10-23 17:45:42 +02:00
Vratislav Podzimek
79be28ca5f The very first release 2015-10-21 21:11:09 +02:00