Changelog for
bscalc-2.10-28.3.noarch.rpm :
* Mon Jun 10 2024 Matej Cepl
- Add %python3_fix_shebang to fix binaries dependency on /usr/bin/python3
* Wed Nov 01 2023 Jan Engelhardt - Update to release 2.10
* remove dependency on python3-six
* Sat Sep 23 2023 Luciano Santos - Rename python3-libbytesize sub-package to python3-bytesize. This is the expected name by its consumers.
* Wed Aug 30 2023 Luciano Santos - Update to version 2.9:
* This release contains fixes for some small issues.
* Updated translations.
* Sat May 06 2023 Luciano Santos - Drop lang sub-package recommendation. It\'s not needed anymore now that lang packages provide package supplementation instead.- Make bscalc sub-package \'noarch\', since it doesn\'t contain any binaries, only a Python script and its manpage.
* Thu May 04 2023 Dirk Müller - update to 2.8:
* Added translation using Weblate
* configure.ac: Remove invalid email address for bug reports
* spec: Bump release to 21 for Packit daily builds
* spec: Fix source archive URL
* Make use of error optional
* Replace C++ style comments with C style
* Various docstring fixes
* docs: Remove information about Python 2 support
* Remove unused test dependencies variables from Makefile
* Do not hardcode pylint executable name in Makefile
* Thu Jul 14 2022 Dirk Müller - update to 2.7:
* Fix skipping tests when required locale is missing
* Remove Travis CI configuration
* Fix some warnings and typos in docstrings and comments
* Fix warnings dicovered by the GCC analyzer
* build: avoid bashisms in configure
* Update translation files
* Do not use distutils to get Python library path
* Sat Jul 17 2021 Dirk Müller - update to 2.6:
* Make sure Size can be interpreted as integer in Python 3.10
* Translation updates
* Sat Jan 30 2021 Dirk Müller - update to 2.5:
* translation updates
* tools: Read input from stdin when not running in a tty
* Add support to ppc64le for debian build
* testsuite fixes
* Sun Aug 16 2020 Dirk Mueller - update to 2.4:
* remove msgcat dependency
* Translated using Weblate (Bengali (India))
* Add Travis build status badge
* Update translation files
* add translation platform widget
* Translated using Weblate (Turkish)
* Fix memory leak in bs_size_new_from_str
* Update translation files
* src/gettext: fix warning if gettext is already present
* fix build on shells where test == fails
* Require the same version of python3-bytesize in libbytesize-tools
* New minor release of the libbytesize library. There are only two bugfixes in this release.
* Full list of changes
* fix out of tree build failure
* Fix return value for round_to_nearest when using Size
* New bytesize calculator bssize has been added.
* Code has been ported from PCRE to PCRE2.
* Python 2 support has been removed.
* Run all libbytesize tests from one script
* Add all \"public\" python API symbols to __init__.py
* Allow running tests using installed library
* Remove Python 2 support
* Port to pcre2
* Add support for floor division by a non-integer number in Python
* Add a simple bytesize calculator tool
* Add tools to autotools and packaging
* Exit with 1 from configure if there were failures
* Add a summary to the end of ./configure output
* Only support modulo between two Size instances
* Fix parsing of exponential representations of real numbers
* Add the \'--version\' option to bs_calc.py
* Add a man page for the bscalc tool
* Assume the given expression is in bytes if no unit is given