2024-06-12 10:14:14 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Jun 10 21:50:54 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
|
|
|
|
- Add %python3_fix_shebang to fix binaries dependency on
|
|
|
|
/usr/bin/python3
|
|
|
|
|
2023-11-07 17:46:38 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Nov 1 20:25:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Update to release 2.10
|
|
|
|
* remove dependency on python3-six
|
|
|
|
|
2023-09-01 06:30:35 +02:00
|
|
|
-------------------------------------------------------------------
|
2023-09-23 03:24:38 +02:00
|
|
|
Sat Sep 23 01:07:32 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
|
|
|
|
|
|
|
- Rename python3-libbytesize sub-package to python3-bytesize. This
|
|
|
|
is the expected name by its consumers.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
2023-09-01 06:30:35 +02:00
|
|
|
Wed Aug 30 19:40:43 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
|
|
|
|
|
|
|
- Update to version 2.9:
|
|
|
|
* This release contains fixes for some small issues.
|
|
|
|
* Updated translations.
|
|
|
|
|
2023-05-07 00:30:44 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 6 21:46:55 UTC 2023 - Luciano Santos <luc14n0@opensuse.org>
|
|
|
|
|
|
|
|
- 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.
|
|
|
|
|
2023-05-06 23:36:09 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu May 4 23:44:06 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2022-07-23 00:17:29 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jul 14 16:57:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2021-11-10 00:12:57 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jul 17 06:47:54 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- update to 2.6:
|
|
|
|
* Make sure Size can be interpreted as integer in Python 3.10
|
|
|
|
* Translation updates
|
|
|
|
|
2021-05-09 16:15:47 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Jan 30 00:02:11 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2020-08-16 20:52:41 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 16 18:51:08 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2018-12-10 00:27:42 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Nov 19 16:52:18 UTC 2018 - luc14n0@linuxmail.org
|
|
|
|
|
|
|
|
- Update to version 1.4:
|
|
|
|
+ There are only small changes in this release.
|
|
|
|
|
2018-05-04 15:11:53 +02:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri May 4 01:06:42 UTC 2018 - luc14n0@linuxmail.org
|
|
|
|
|
|
|
|
- Update to version 1.3:
|
|
|
|
+ Do not segfault when trying to bs_size_free NULL.
|
|
|
|
- Cleanup specfile removing deprecations.
|
|
|
|
- Update LGPL License tag appending '-only' to comply with SPDX
|
|
|
|
3.0.
|
|
|
|
- Add gcc BuildRequires to avoid implicit dependencies.
|
|
|
|
|
2018-02-06 16:22:56 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 6 15:06:08 UTC 2018 - luc14n0@linuxmail.org
|
|
|
|
|
|
|
|
- Add a %{name}-lang Recommends tag in the preamble and a %{name}
|
|
|
|
Provides tag under the lib subpackage so the lang subpackge can
|
|
|
|
be installable.
|
|
|
|
|
2018-02-05 23:09:32 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 5 19:11:19 UTC 2018 - jengelh@inai.de
|
|
|
|
|
|
|
|
- Clear up unusual grammar in description.
|
|
|
|
- Replace %__-type macro indirections by their normal variants.
|
|
|
|
|
2018-01-19 00:58:52 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Nov 28 23:59:07 UTC 2017 - luc14n0@linuxmail.org
|
|
|
|
|
|
|
|
- Initial package, version 1.2.
|
|
|
|
|