14
0
forked from pool/python-abimap
Files
python-abimap/python-abimap.changes
Matej Cepl dd8fbc240b Accepting request 1299342 from home:glaubitz:branches:devel:languages:python
- Update to 0.4.0
  * Fixed Makefile clean targets to properly handle both files and directories
  * Updated build system to use modern ``python -m build`` instead of
    deprecated ``python setup.py`` commands
  * Fixed linting target to use ``python -m flake8`` for better reliability
  * Added flake8 to development dependencies and requirements-test.txt
  * Fixed documentation build by adding Sphinx dependencies and using
    ``python -m sphinx``
  * Made Makefile portable by using dynamic make command detection with
    ``$(shell command -v make)``
  * Updated development dependencies to include build tools (build, sphinx,
    sphinx-rtd-theme, watchdog)
  * Made documentation linkcheck non-fatal to handle broken external
    links gracefully
  * Improved development workflow with proper dependency management
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1299342
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-abimap?expand=0&rev=18
2025-08-14 11:14:41 +00:00

87 lines
3.5 KiB
Plaintext

-------------------------------------------------------------------
Thu Aug 14 08:23:49 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 0.4.0
* Fixed Makefile clean targets to properly handle both files and directories
* Updated build system to use modern ``python -m build`` instead of
deprecated ``python setup.py`` commands
* Fixed linting target to use ``python -m flake8`` for better reliability
* Added flake8 to development dependencies and requirements-test.txt
* Fixed documentation build by adding Sphinx dependencies and using
``python -m sphinx``
* Made Makefile portable by using dynamic make command detection with
``$(shell command -v make)``
* Updated development dependencies to include build tools (build, sphinx,
sphinx-rtd-theme, watchdog)
* Made documentation linkcheck non-fatal to handle broken external
links gracefully
* Improved development workflow with proper dependency management
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Mon Jun 16 12:09:03 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Convert to libalternatives
-------------------------------------------------------------------
Wed Jan 22 00:59:09 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to pyproject macros.
- No more greedy globs in %files.
- Explicitly BuildRequire sphinx_rtd_theme.
-------------------------------------------------------------------
Thu Dec 9 12:46:25 UTC 2021 - pgajdos@suse.com
- pytest-runner is not required for build
-------------------------------------------------------------------
Wed May 27 09:35:56 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
- %python3_only -> %python_alternative
-------------------------------------------------------------------
Thu Aug 22 08:35:33 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Drop no longer needed abimap-0.3.0-disable-pytest-console-script-tests.patch
and properly depend on pytest-console-scripts
-------------------------------------------------------------------
Thu Aug 22 08:28:28 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.3.2:
* Fixed broken builds due to changes in warning output
* Changed tests to check error messages
* Added python 3.7 to testing matrix
* Added requirement to verify SNI when checking URLs in docs
-------------------------------------------------------------------
Mon Aug 20 14:34:59 UTC 2018 - tchvatal@suse.com
- Just require python-setuptools not use macros as it gets auto-expanded
by lua parser properly
-------------------------------------------------------------------
Mon Aug 20 08:59:29 UTC 2018 - asn@cryptomilk.org
- Update to version 0.3.1
* Fixed bug when sorting releases: the older come first
* Added missing runtime requirement for setuptools
* Added manpage generation
-------------------------------------------------------------------
Wed Aug 8 17:50:53 UTC 2018 - asn@cryptomilk.org
- Add missing Requires for python-setuptools
- Remove noarch from doc (the whole package is noarch)
- Remove unneeded build require on python-devel
-------------------------------------------------------------------
Fri Aug 3 15:40:38 UTC 2018 - asn@cryptomilk.org
- Initial package
- Add abimap-0.3.0-disable-pytest-console-script-tests.patch
* We need to disable the pytest-console-script tests temporarily. The package
can't be built yet as the tests are not working. The upstream maintainer of
pytest-console-script is aware.