forked from pool/python-magicalimport
- Update to 0.9.2 * Refactor: Consolidate packaging configuration to pyproject.toml (#21) * Drop support for Python < 3.10 (#22) * The command for running tests has been updated in both the CI workflow and the Makefile. (#24) * Fix: Ensure all tests pass in Makefile (#25) * docs: Update README to Markdown and expand content (#26) * migrated the project to use hatch and hatchling. (#28) * chore: adjust Makefile * chore: bump version - Drop command line to remove examples folder - Rename README.rst to README.md in %doc section - Update BuildRequries from pyproject.toml - Use Python 3.11 on SLE-15 by default OBS-URL: https://build.opensuse.org/request/show/1297934 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-magicalimport?expand=0&rev=6
40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Aug 6 11:00:32 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
|
|
- Update to 0.9.2
|
|
* Refactor: Consolidate packaging configuration to pyproject.toml (#21)
|
|
* Drop support for Python < 3.10 (#22)
|
|
* The command for running tests has been updated in both the
|
|
CI workflow and the Makefile. (#24)
|
|
* Fix: Ensure all tests pass in Makefile (#25)
|
|
* docs: Update README to Markdown and expand content (#26)
|
|
* migrated the project to use hatch and hatchling. (#28)
|
|
* chore: adjust Makefile
|
|
* chore: bump version
|
|
- Drop command line to remove examples folder
|
|
- Rename README.rst to README.md in %doc section
|
|
- Update BuildRequries from pyproject.toml
|
|
- Use Python 3.11 on SLE-15 by default
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 2 08:07:49 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
- Convert to pip-based build
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Nov 22 16:35:40 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Don't create %%{python_sitelib}/examples directory, that' just
|
|
evil.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Sep 17 15:27:22 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Activate test suite
|
|
- Update to v0.5.0
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 21 12:08:48 PM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v0.4.0
|