python-ini2toml/python-ini2toml.changes

101 lines
3.8 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue May 14 19:03:10 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.15:
* Due to the change in API for pyproject-fmt introduce a
dependency cap.
-------------------------------------------------------------------
Fri May 3 07:41:22 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.14:
* Introduce LiteTranslator and FullTranslator as convenience
classes for more deterministic behaviour, :pr:`95`.
* setuptools plugin: Fix ValueError when setup.cfg contains
[options.packages.find] but also lists [options] packages =
... explicitly as a list of package names, :issue:`93`.
* Fix ValueError when setup.cfg contains
[options.packages.find] but also lists [options] packages =
... explicitly as a list of package names, :issue:`93`.
* pytest plugin: Remove comments when converting addopts with
multi-line values, :issue:`98`.
* Remove comments when converting addopts with multi-line
values, :issue:`98`.
-------------------------------------------------------------------
Wed Mar 20 13:18:28 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Add python-tomli requirement
-------------------------------------------------------------------
Thu Dec 7 22:06:21 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.13:
* Fix errors when ``isort`` is installed in the same
environment as ``ini2toml``
* Add support for ``file:`` directive in ``install_requires``
and ``extras_require``
-------------------------------------------------------------------
Tue May 30 06:22:39 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Remove ConfigUpdater dependency for tests when it's not building for
the -full or -all subpackage.
-------------------------------------------------------------------
Fri May 5 00:13:56 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.12:
* Fix logging in case of early errors while loading plugins,
* Log warning if ``flake8`` and ``devpi`` sections are
translation, prompting the user to review the output
* Fix parsing of ``filterwarnings``
-------------------------------------------------------------------
Fri Apr 21 12:26:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Tue Apr 18 22:30:13 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Switch to single spec version build for PSP
- Set ringdisabled for PSP (we need only -lite subpackage).
-------------------------------------------------------------------
Tue Apr 18 22:09:56 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Switch to single spec version build for PSP
-------------------------------------------------------------------
Thu Nov 24 18:40:31 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Update to 0.11.3:
* Fix dependency problems by requiring pyproject-fmt>=0.4.0
- 0.11.2:
* Adapt to changes in pyproject-fmt 0.4.0
- 0.11.1:
* Internal test fixes, minor CI and doc improvements
* Only list pyproject-fmt as an experimental dependency on Python 3.7+
-------------------------------------------------------------------
Fri Aug 5 09:35:34 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Disable full and all in Ring1: Don't require ConfigUpdate
-------------------------------------------------------------------
Fri Jul 22 13:36:21 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Make multibuild in order to check extra requirements
-------------------------------------------------------------------
Thu Jul 14 16:24:18 UTC 2022 - Ben Greiner <code@bnavigator.de>
- first submit with a service induced specfile clean
-------------------------------------------------------------------
Wed Jul 13 15:04:09 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Initial specfile for v0.11
- Required by setuptools 63 testsuite