forked from pool/python-docformatter
- 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
123 lines
4.4 KiB
Plaintext
123 lines
4.4 KiB
Plaintext
-------------------------------------------------------------------
|
|
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>
|
|
|
|
- Fix packaging
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Nov 29 00:00:01 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Update to 1.7.5:
|
|
* Features
|
|
+ fix: not recognizing `yield` as a sphinx field name
|
|
+ feat: support epytext style
|
|
+ feat: use tomllib for Python 3.11+
|
|
+ feat: wrap Sphinx style long parameter descriptions
|
|
+ feat: add option for user to provide list of words not to capitalize
|
|
+ Support python 3.11
|
|
* Bug Fixes
|
|
+ fix: summary with back ticks and sphinx field names with periods
|
|
+ fix: removing newline between Sphinx field lists
|
|
+ fix: wrapping issues with reST directives, quoted URLs, and Sphinx
|
|
field lists
|
|
+ fix: improper wrapping of short anonymous hyperlnks
|
|
+ fix: removing blank line after import section
|
|
+ fix: IndexError when only URL in long description
|
|
+ fix: removing newline after shebang
|
|
+ fix: not capitalizing first word when summary ends in period
|
|
+ fix: adding newlines around wrapped URL
|
|
+ fix: adding blank line in summary with symbol
|
|
+ fix: remove blank lines after line beginning with 'def'
|
|
+ fix: update URL handling functions
|
|
- Switch to autosetup and pyproject macros.
|
|
- No more greedy globs in %files.
|
|
- Add patches:
|
|
* remove-mock.patch
|
|
+ Do not use external mock module
|
|
* support-python-312.patch
|
|
+ Support Python 3.12+ changes
|
|
* do-not-require-venv.patch
|
|
+ Do not require a virtualenv to run the testsuite
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 20 07:18:31 UTC 2021 - pgajdos@suse.com
|
|
|
|
- version update to 1.4
|
|
* Add --docstring-length flag
|
|
* Not add period for summary formatted as title
|
|
* Added command line exclude option
|
|
- use %pytest macro
|
|
|
|
-------------------------------------------------------------------
|
|
Tue May 26 07:22:42 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
|
|
|
- %python3_only -> %python_alternative
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Apr 2 12:38:39 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
|
|
|
|
- update to 1.3.1
|
|
* A pydoc reference such as ':see:' should not be start of sentence
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Jul 26 09:26:07 UTC 2019 - pgajdos@suse.com
|
|
|
|
- version update to 1.3
|
|
* no upstream changelog
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Mar 8 14:28:00 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.1:
|
|
* fixes for python 3.7
|
|
* varioius cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Dec 4 12:47:23 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Jul 29 13:14:37 UTC 2018 - jengelh@inai.de
|
|
|
|
- Use noun phrase in summary.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu May 24 17:31:41 UTC 2018 - toddrme2178@gmail.com
|
|
|
|
- Update to version 1.0
|
|
* Document and test disabling of wrapping
|
|
* Add @kapsh
|
|
* Make text wrapping trigger more conservative
|
|
* Adds support for argument lists
|
|
- Spec file cleanups
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 7 18:41:21 UTC 2017 - toddrme2178@gmail.com
|
|
|
|
- initial version
|