14
0

- update to v0.7.5:

* check for description length before subscripting
  * Use Sphinx Builder method to get page url
  * Fix field names in readme
  * Allow dirhtml builder without ogp_site_url
  * Take default og:site_name from sphinx project config value
  * Do not append index with dirhtml
  * Create wheel with version number not "main"
  * Don't run CI on tag and push
  * Fix option name in README.md.
  * Test multiple Sphinx and OS versions
  * Fix ci workflow syntax
  * Tidy up whitespace
  * ci: Pin PyPI publish action to v1
  * Add support for meta description

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxext-opengraph?expand=0&rev=6
This commit is contained in:
2023-01-07 12:48:13 +00:00
committed by Git OBS Bridge
parent e451fb73f1
commit c9bbdfb394
4 changed files with 28 additions and 8 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Sat Jan 7 12:46:14 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to v0.7.5:
* check for description length before subscripting
* Use Sphinx Builder method to get page url
* Fix field names in readme
* Allow dirhtml builder without ogp_site_url
* Take default og:site_name from sphinx project config value
* Do not append index with dirhtml
* Create wheel with version number not "main"
* Don't run CI on tag and push
* Fix option name in README.md.
* Test multiple Sphinx and OS versions
* Fix ci workflow syntax
* Tidy up whitespace
* ci: Pin PyPI publish action to v1
* Add support for meta description
-------------------------------------------------------------------
Tue Oct 11 15:31:19 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>