15
0

Accepting request 955267 from home:pgajdos:python

- version update to 0.10.2
  0.10.1 (released 2021-12-28)
  ---------------------------
  - Update to use Collections.abc.Hashable by @benkiel in #622
  - Start testing Python 3.10 by @benkiel in #619
  
  0.10.0 (released 2021-12-28)
  ---------------------------
  - 2021-12-28: Drops support for Python 3.6
  - 2021-12-14: Adds tempLib, #615 (thanks @typemytype!)
  - Improved docs with #605 and #607. Thanks @driehuis and @arrowtype!

OBS-URL: https://build.opensuse.org/request/show/955267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontParts?expand=0&rev=11
This commit is contained in:
2022-02-16 16:33:00 +00:00
committed by Git OBS Bridge
parent e1b8b4db1e
commit 975ed14e51
4 changed files with 28 additions and 13 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 16 09:50:28 UTC 2022 - pgajdos@suse.com
- version update to 0.10.2
0.10.1 (released 2021-12-28)
---------------------------
- Update to use Collections.abc.Hashable by @benkiel in #622
- Start testing Python 3.10 by @benkiel in #619
0.10.0 (released 2021-12-28)
---------------------------
- 2021-12-28: Drops support for Python 3.6
- 2021-12-14: Adds tempLib, #615 (thanks @typemytype!)
- Improved docs with #605 and #607. Thanks @driehuis and @arrowtype!
-------------------------------------------------------------------
Thu Dec 16 11:01:52 UTC 2021 - Ben Greiner <code@bnavigator.de>