15
0
forked from pool/python-geomet

- update to 1.1.0:

* Move project metadata to pyproject.toml, modify build scripts
  * pyproject.toml: include the full README.md as the readme
    contents
  * Remove dependency on `six`
  * Fix geojson to esrijson conversion with custom SRID
  * Add explicit support for Python3.11
  * docs: Simplify release process, make patch versioning more
    clear
  * Add explicit support for Python3.12
  * Release 1.1.0
- drop python-geomet-no-six.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-geomet?expand=0&rev=10
This commit is contained in:
2024-01-26 21:27:22 +00:00
committed by Git OBS Bridge
parent 6f98a62965
commit 666a22dfa5
5 changed files with 27 additions and 72 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Jan 26 21:25:53 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.1.0:
* Move project metadata to pyproject.toml, modify build scripts
* pyproject.toml: include the full README.md as the readme
contents
* Remove dependency on `six`
* Fix geojson to esrijson conversion with custom SRID
* Add explicit support for Python3.11
* docs: Simplify release process, make patch versioning more
clear
* Add explicit support for Python3.12
* Release 1.1.0
- drop python-geomet-no-six.patch (upstream)
-------------------------------------------------------------------
Thu May 11 10:38:08 UTC 2023 - pgajdos@suse.com