14
0

- Update to 1.13:

* Remove outdated pystrings.swg (#508).
  * Fix segfault from repr attempting to access attrs on uninitialized
    instance (#520).
  * Add Python 3.12 support (#486).
  * Copy edges keys when copying a graph 
  * Drop Python 3.8 support per SPEC 0 (#465).
  * Drop Python 3.9 support (#487).
  * Update documentation building requirements (#488).
  * Add pyproject.toml (#471).
  * Stop building pdf of the docs (#503).
- Drop patch docdir.patch, no longer needed.
- Build the documentation by hand, since now we need to.
- Switch to pyproject macros.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pygraphviz?expand=0&rev=29
This commit is contained in:
2024-05-22 02:07:23 +00:00
committed by Git OBS Bridge
parent a86b078333
commit cd5ebf99f0
6 changed files with 57 additions and 34 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 22 02:06:25 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 1.13:
* Remove outdated pystrings.swg (#508).
* Fix segfault from repr attempting to access attrs on uninitialized
instance (#520).
* Add Python 3.12 support (#486).
* Copy edges keys when copying a graph
* Drop Python 3.8 support per SPEC 0 (#465).
* Drop Python 3.9 support (#487).
* Update documentation building requirements (#488).
* Add pyproject.toml (#471).
* Stop building pdf of the docs (#503).
- Drop patch docdir.patch, no longer needed.
- Build the documentation by hand, since now we need to.
- Switch to pyproject macros.
-------------------------------------------------------------------
Thu Jun 29 07:00:11 UTC 2023 - Andreas Schneider <asn@cryptomilk.org>