15
0

Accepting request 1278378 from home:glaubitz:branches:devel:languages:python

- Update to 1.7.7
  * Merged pull requests:
    + chore(deps-dev): bump black from 22.12.0 to 24.3.0
    + chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.6
    + chore(deps-dev): bump requests from 2.31.0 to 2.32.2
    + chore(deps-dev): bump virtualenv from 20.21.1 to 20.26.6
    + chore(deps-dev): bump zipp from 3.15.0 to 3.19.1
    + chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2
- from version 1.7.6
  * Features
    + prefer new unittest.mock from the standard library #280
    + Handle abbreviation 'etc.' (et cetera) #273
  * Bug Fixes
    + Do not double-process urls #284
  * Merged pull requests:
    + Fix pre-commit syntax #266
    + Update version listed in documentation's Pre-Commit example #262
    + Add missing comma in requirements table #261
- Drop remove-mock.patch, merged upstream
- Drop support-python-312.patch, merged upstream
- Use Python 3.11 on SLE-15 by default

OBS-URL: https://build.opensuse.org/request/show/1278378
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-docformatter?expand=0&rev=23
This commit is contained in:
2025-05-20 08:06:42 +00:00
committed by Git OBS Bridge
parent cd6b470baa
commit 74a6fc6fdc
6 changed files with 31 additions and 113 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon May 19 10:01:24 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 1.7.7
* Merged pull requests:
+ chore(deps-dev): bump black from 22.12.0 to 24.3.0
+ chore(deps-dev): bump jinja2 from 3.1.4 to 3.1.6
+ chore(deps-dev): bump requests from 2.31.0 to 2.32.2
+ chore(deps-dev): bump virtualenv from 20.21.1 to 20.26.6
+ chore(deps-dev): bump zipp from 3.15.0 to 3.19.1
+ chore(deps-dev): bump urllib3 from 2.0.7 to 2.2.2
- from version 1.7.6
* Features
+ prefer new unittest.mock from the standard library #280
+ Handle abbreviation 'etc.' (et cetera) #273
* Bug Fixes
+ Do not double-process urls #284
* Merged pull requests:
+ Fix pre-commit syntax #266
+ Update version listed in documentation's Pre-Commit example #262
+ Add missing comma in requirements table #261
- Drop remove-mock.patch, merged upstream
- Drop support-python-312.patch, merged upstream
- Use Python 3.11 on SLE-15 by default
-------------------------------------------------------------------
Thu Jan 16 14:06:31 UTC 2025 - Markéta Machová <mmachova@suse.com>