Commit Graph

28 Commits

Author SHA1 Message Date
Packit
7543b2e44b [packit] 2.10 upstream release
Upstream tag: 2.10
Upstream commit: 6e83cc6f
2023-10-18 10:51:19 +00:00
Packit
c0edc7e623 [packit] 2.9 upstream release
Upstream tag: 2.9
Upstream commit: 2fa27aa3
2023-07-05 14:29:07 +00:00
Vojtech Trefny
f2c74e05f6 [packit] 2.8 upstream release
Upstream tag: 2.8
Upstream commit: 12b8e6bf

Signed-off-by: Vojtech Trefny <vtrefny@redhat.com>
2023-03-24 09:56:52 +01:00
Vojtech Trefny
00fe98bd7a New version 2.7
- Fix skipping tests when required locale is missing (vtrefny)
- Remove Travis CI configuration (vtrefny)
- Fix some warnings and typos in docstrings and comments (vtrefny)
- Fix warnings dicovered by the GCC analyzer (vtrefny)
- build: avoid bashisms in configure (sam)
- Update translation files (noreply)
- Translated using Weblate (Croatian) (linux.hr)
- Revert "Translations update from Weblate" (vtrefny)
- Update translation files (noreply)
- Added translation using Weblate (Croatian) (linux.hr)
- Do not use distutils to get Python library path (vtrefny)
2022-05-25 17:06:37 +02:00
Vojtech Trefny
6ff21f0b5f New version 2.6
- Make sure Size can be interpreted as integer in Python 3.10 (vtrefny)
- Translated using Weblate (Finnish) (ricky.tigg)
- Squashed 'translation-canary/' changes from fccbb1b..4d4e65b (vtrefny)
- Translated using Weblate (Korean) (simmon)
- Added translation using Weblate (Korean) (simmon)
- Update translation files (noreply)
- Added translation using Weblate (Sinhala) (r45xveza)
- Sync spec with downstream (vtrefny)
2021-07-07 12:33:05 +02:00
Vojtech Trefny
c7c653ff8b New version 2.5
- Translated using Weblate (Hebrew) (sh.yaron)
- Added translation using Weblate (Hebrew) (sh.yaron)
- Add support to ppc64le for debian build (74309971+gururajrkatti)
- Translated using Weblate (Finnish) (ricky.tigg)
- tools: Read input from stdin when not running in a tty (vtrefny)
- travis: Print logs after failed tests (vtrefny)
- tests: Run pylint and pycodestyle on bscalc (vtrefny)
- bscalc: Add option to print only single "human readable" result (vtrefny)
- travis: Add --nogpgcheck when using dnf on Fedora (vtrefny)
- Translated using Weblate (Asturian) (fitoschido)
- Update translation files (noreply)
- Translated using Weblate (Spanish) (fitoschido)
- Sync spec with downstream (vtrefny)
2021-01-27 16:20:29 +01:00
Vojtech Trefny
e279b18540 New version 2.4
- Add Travis build status badge (vtrefny)
- Add Travis CI config and Dockerfiles for running tests (vtrefny)
- Add ansible playbook for installing test dependencies (vtrefny)
- remove msgcat dependency (Aduskett)
- Translated using Weblate (Bengali (India)) (akarshan.biswas)
- Update translation files (noreply)
- Added translation using Weblate (Bengali (India)) (akarshan.biswas)
- Fix library version in pkgconfig file (vtrefny)
2020-07-31 08:23:30 +02:00
Vojtech Trefny
f2687e49a0 New version 2.3
- Fix memory leak in bs_size_new_from_str (vtrefny)
- Translated using Weblate (Turkish) (oguzersen)
- add translation platform widget (jean-baptiste)
- Update translation files (noreply)
- Do not regenerate POT file during 'make release' (vtrefny)
- Remove Zanata from our build and release processes (vtrefny)
- Add PO files to git (vtrefny)
- Sync spec with downstream (vtrefny)
2020-05-21 09:31:04 +02:00
Vojtech Trefny
f6448c2fe5 New version 2.2
- src/gettext: fix warning if gettext is already present
- fix build on shells where test == fails
- Add POT file to git and do not rebuild it during every build
- New version - 2.2
- Update README.md
- Require the same version of python3-bytesize in libbytesize-tools
2020-01-31 14:53:05 +01:00
Vojtech Trefny
1f4ff59f6c New version 2.1
- fix out of tree build failure (hongxu.jia)
- Fix return value for round_to_nearest when using Size (vtrefny)
2019-07-03 12:55:17 +02:00
Vojtech Trefny
00c43ad798 New version 2.0
- Assume the given expression is in bytes if no unit is given (v.podzimek)
- Add a man page for the bscalc tool (v.podzimek)
- Add the '--version' option to bs_calc.py (v.podzimek)
- Fix parsing of exponential representations of real numbers (v.podzimek)
- Only support modulo between two Size instances (v.podzimek)
- Add a summary to the end of ./configure output (v.podzimek)
- Exit with 1 from configure if there were failures (v.podzimek)
- Add tools to autotools and packaging (v.podzimek)
- Add a simple bytesize calculator tool (v.podzimek)
- Add support for floor division by a non-integer number in Python (v.podzimek)
- Port to pcre2 (vtrefny)
- Remove Python 2 support (vtrefny)
- Allow running tests using installed library (vtrefny)
- Add all "public" python API  symbols to __init__.py (vtrefny)
- Run all libbytesize tests from one script (vtrefny)
2019-04-29 09:07:28 +02:00
Vojtech Trefny
74cc42e299 New version
- Squashed 'translation-canary/' changes from 840c2d6..fccbb1b (vtrefny)
- Make sure the test script fails if one of the test runs fail (vtrefny)
- Do not try to run python2 tests without python2 support (vtrefny)
- Fix licence header for "gettext.h" (vtrefny)
- Do not use rpm to check for Zanata client (vtrefny)
- Use new ldconfig_scriptlets macro in spec (vtrefny)
2018-08-02 09:52:44 +02:00
Vojtech Trefny
c7ba089831 New version
- Allow building libbytesize without Python 2 support (vtrefny)
- Sync spec with downstream (vtrefny)
- Add gcc to BuildRequires (vtrefny)
- Fix links for documentation and GH project (vtrefny)
- Add a HACKING.rst file (vpodzime)
- Do not segfault when trying to bs_size_free NULL (vtrefny)
2018-04-27 17:51:56 +02:00
Vratislav Podzimek
4b49c3a711 New version
- Use only version as a tag of the last release (vpodzime)
- Do not require the glib-2.0 pkgconfig package (vpodzime)
- Do not lie about tag creation (vpodzime)
2017-10-17 08:29:34 +02:00
Vratislav Podzimek
e934733bec New version
- Add NEWS.rst file (vtrefny)
- Fix source and url in spec file (vtrefny)
- Use only one git tag for new releases (vtrefny)
- Actually translate the units when expected (vpodzime)
- Add two temporary test files to .gitignore (vpodzime)
2017-09-21 10:23:14 +02:00
Vratislav Podzimek
2cbda07e54 New version
- Make more space for CI status image (vtrefny)
- Include limits.h to make sure ULONG_MAX is defined (vpodzime)
- Remove extra 'is' in two docstrings (vpodzime)
- Properly support 64bit operands (vpodzime)
2017-09-14 10:51:14 +02:00
Vratislav Podzimek
2e0df4271d New version
- Fix README file name (vtrefny)
- Add a build status image to the README.md (vpodzime)
- Remove "glibc-all-langpacks" from test dependencies (vtrefny)
- Check for requires in generated spec file, not in the template (vtrefny)
- Fix checking for available locales (vtrefny)
- Fix library name in acinclude.m4 (vtrefny)
- Do not try to run translation tests on CentOS/RHEL 7 (vtrefny)
- Skip tests if they require unavailable locales (vpodzime)
2017-06-14 14:02:38 +02:00
Vratislav Podzimek
073b1d6957 New version
- Fix installation without specifying --exec-prefix (martin)
2017-04-19 10:22:37 +02:00
Vratislav Podzimek
135edeb37e New version
- Allow the Size python class to be easily imported (vpodzime)
- Make sure pyexecdir is defined (vpodzime)
- Do not run Python 3 tests without python3 (vpodzime)
- Disable python3 on RHEL (vpodzime)
- Reflect the configuration in the spec file template (vpodzime)
- Make documentation generation conditional (vpodzime)
- Make python3 support conditional (vpodzime)
- Require lower version of libpcre (vpodzime)
- Sync the spec file with downstream (vpodzime)
2017-01-11 14:16:20 +01:00
Vratislav Podzimek
0bac08b10c New version
- Add a docstring to python bindings (vpodzime)
- Neutralize None as an operand for math operations (vpodzime)
- Add targets for checking and installing test requirements (vpodzime)
- Fix 'make local' (vtrefny)
- Make the python packages own their package directories (vpodzime)
- Don't compare translated and untranslated representations (vpodzime)
- replace_char_with_str: Fix the character count. (dshea)
- Ditch autopoint. (dshea)
2016-12-16 18:57:33 +01:00
Vratislav Podzimek
4e05eef2c8 New version
- Re-run autogen.sh and configure before updating the .pot file (vpodzime)
- Change where tests on translated strings are run. (dshea)
- Squashed 'translation-canary/' changes from d6c0708..840c2d6 (dshea)
- Make sure we get the tests result report in 'make ci' (vpodzime)
- Add a new generic error code/enum for failures (vpodzime)
- Do not ignore the return value from asprintf() (vpodzime)
- Beware of the radix char when converting to Decimal (#1325705) (vpodzime)
2016-05-17 20:09:20 +02:00
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
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
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
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
Fedora Release Engineering
df25a3e5c7 Initial setup of the repo 2015-10-20 12:21:53 +00:00