15
0

- Update to version 2.1.1+git.1652668078.0f0697d:

* switch to f-string
  * fix up strings and upgrade format syntax
  * move fixtures into the setup code for the test suite
  * blackify/isort/flake8
  * enable linting
  * refactor to a src folder
  * remove py2 configparser shims
  * refactor package info to setup.cfg, run pyupgrade
  * fix classifiers
  * disable windows
- remove unnecessary patch rm_nspace_pkgs.patch.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PasteDeploy?expand=0&rev=35
This commit is contained in:
2022-05-16 15:46:47 +00:00
committed by Git OBS Bridge
parent 9c3e9bd4e2
commit 4f3f879fc7
7 changed files with 52 additions and 22 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon May 16 15:32:53 UTC 2022 - mcepl@cepl.eu
- Update to version 2.1.1+git.1652668078.0f0697d:
* switch to f-string
* fix up strings and upgrade format syntax
* move fixtures into the setup code for the test suite
* blackify/isort/flake8
* enable linting
* refactor to a src folder
* remove py2 configparser shims
* refactor package info to setup.cfg, run pyupgrade
* fix classifiers
* disable windows
- remove unnecessary patch rm_nspace_pkgs.patch.
-------------------------------------------------------------------
Thu Nov 26 09:09:10 UTC 2020 - Dirk Mueller <dmueller@suse.com>