* Update for newer requests-cache

* Add docstring enforcement
  * Add releaser workflows
  * Include py.typed file
  * Update for pytest 7
  * Add flake8 and mypy linting
  * Apply Auto Formatting
  * Enforce labels on PRs
  * Update for Jupyter Releaser
  * Add changelog entry for 0.6.0
  * Handle ignore links for `ipynb` files
  * Handle attachments in notebook cells
  * Fix handling of Nested RST links
  * Fix check-links-ignore example in Readme
  * Add Ability to Ignore Link Patterns
  * Update for recommended usage of CheckLinks

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-check-links?expand=0&rev=16
This commit is contained in:
2023-05-05 14:13:55 +00:00
committed by Git OBS Bridge
parent 63cb17570a
commit 0a40be810a

View File

@@ -2,24 +2,23 @@
Thu May 4 23:08:23 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.8.0:
* ### Maintenance and upkeep improvements
* Update for newer requests-cache #98 (@blink1073)
* Add docstring enforcement #97 (@blink1073)
* Add releaser workflows #96 (@blink1073)
* Include py.typed file #48 (@blink1073)
* Update for pytest 7 #44 (@blink1073)
* Add flake8 and mypy linting #46 (@blink1073)
* Apply Auto Formatting #45 (@blink1073)
* Enforce labels on PRs #43 (@blink1073)
* Update for Jupyter Releaser #42 (@blink1073)
* Add changelog entry for 0.6.0 #41 (@blink1073)
* Handle ignore links for `ipynb` files #39 (@pratyakshajha)
* Update for newer requests-cache
* Add docstring enforcement
* Add releaser workflows
* Include py.typed file
* Update for pytest 7
* Add flake8 and mypy linting
* Apply Auto Formatting
* Enforce labels on PRs
* Update for Jupyter Releaser
* Add changelog entry for 0.6.0
* Handle ignore links for `ipynb` files
* Drop support for Python 3.6 and add support for Python 3.10
* Handle attachments in notebook cells #36 (@jtpio)
* Fix handling of Nested RST links #33 (@jtpio)
* Fix check-links-ignore example in Readme #32 (@blink1073)
* Add Ability to Ignore Link Patterns #30 (@afshin)
* Update for recommended usage of CheckLinks #22
* Handle attachments in notebook cells
* Fix handling of Nested RST links
* Fix check-links-ignore example in Readme
* Add Ability to Ignore Link Patterns
* Update for recommended usage of CheckLinks
-------------------------------------------------------------------
Mon May 18 09:21:46 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>