diff mbox series

[v2] python3-docutils: upgrade 0.18.1 -> 0.19

Message ID 1658189026-652-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [v2] python3-docutils: upgrade 0.18.1 -> 0.19 | expand

Commit Message

Mingyu Wang (Fujitsu) July 19, 2022, 12:03 a.m. UTC
License-Update:
 year updated to 2022
 url of some reposity and license changed
 file lists changed

Changelog:
===========
- Drop support for Python 2.7, 3.5, and 3.6.

- Output changes:
  HTML5:
     Wrap groups of footnotes in an <aside> for easier styling.
     The CSS rule .footnote-list { display: contents; } can be used to restore
     the behaviour of custom CSS styles.
- After package installation, the CLI commands python -m docutils and docutils
  start the generic command line front end tool.
- Support parsing "Markdown" input with 3rd party parsers myst, pycmark, or recommonmark.
- The default values for the "pep-references", "rfc-base-url", and "python-home"
  configuration settings now use the "https:" scheme. The PEP-writer template's
  header is updated to fix links and resemble the header of official PEPs.
- Various bugfixes and improvements (see HISTORY).

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../{python3-docutils_0.18.1.bb => python3-docutils_0.19.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-docutils_0.18.1.bb => python3-docutils_0.19.bb} (62%)

Comments

Alexander Kanavin July 19, 2022, 7:58 a.m. UTC | #1
That should be ok, but you need to re-send the commit.

Alex

On Tue, 19 Jul 2022 at 02:04, wangmy <wangmy@fujitsu.com> wrote:
>
> License-Update:
>  year updated to 2022
>  url of some reposity and license changed
>  file lists changed
>
> Changelog:
> ===========
> - Drop support for Python 2.7, 3.5, and 3.6.
>
> - Output changes:
>   HTML5:
>      Wrap groups of footnotes in an <aside> for easier styling.
>      The CSS rule .footnote-list { display: contents; } can be used to restore
>      the behaviour of custom CSS styles.
> - After package installation, the CLI commands python -m docutils and docutils
>   start the generic command line front end tool.
> - Support parsing "Markdown" input with 3rd party parsers myst, pycmark, or recommonmark.
> - The default values for the "pep-references", "rfc-base-url", and "python-home"
>   configuration settings now use the "https:" scheme. The PEP-writer template's
>   header is updated to fix links and resemble the header of official PEPs.
> - Various bugfixes and improvements (see HISTORY).
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{python3-docutils_0.18.1.bb => python3-docutils_0.19.bb}  | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/python/{python3-docutils_0.18.1.bb => python3-docutils_0.19.bb} (62%)
>
> diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb b/meta/recipes-devtools/python/python3-docutils_0.19.bb
> similarity index 62%
> rename from meta/recipes-devtools/python/python3-docutils_0.18.1.bb
> rename to meta/recipes-devtools/python/python3-docutils_0.19.bb
> index e4ddd01978..7ae93ab557 100644
> --- a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
> +++ b/meta/recipes-devtools/python/python3-docutils_0.19.bb
> @@ -2,9 +2,9 @@ SUMMARY = "Docutils is a modular system for processing documentation into useful
>  HOMEPAGE = "http://docutils.sourceforge.net"
>  SECTION = "devel/python"
>  LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
> -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513"
> +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=41001b296a89bb2780bbe306e947ecee"
>
> -SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"
> +SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"
>
>  inherit pypi setuptools3
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#168264): https://lists.openembedded.org/g/openembedded-core/message/168264
> Mute This Topic: https://lists.openembedded.org/mt/92472708/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Richard Purdie July 19, 2022, 11:26 a.m. UTC | #2
On Tue, 2022-07-19 at 08:03 +0800, wangmy wrote:
> License-Update:
>  year updated to 2022
>  url of some reposity and license changed
>  file lists changed
> 
> Changelog:
> ===========
> - Drop support for Python 2.7, 3.5, and 3.6.
> 
> - Output changes:
>   HTML5:
>      Wrap groups of footnotes in an <aside> for easier styling.
>      The CSS rule .footnote-list { display: contents; } can be used to restore
>      the behaviour of custom CSS styles.
> - After package installation, the CLI commands python -m docutils and docutils
>   start the generic command line front end tool.
> - Support parsing "Markdown" input with 3rd party parsers myst, pycmark, or recommonmark.
> - The default values for the "pep-references", "rfc-base-url", and "python-home"
>   configuration settings now use the "https:" scheme. The PEP-writer template's
>   header is updated to fix links and resemble the header of official PEPs.
> - Various bugfixes and improvements (see HISTORY).
> 
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
>  .../{python3-docutils_0.18.1.bb => python3-docutils_0.19.bb}  | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>  rename meta/recipes-devtools/python/{python3-docutils_0.18.1.bb => python3-docutils_0.19.bb} (62%)

Alexandre ended up tweaking the wording of this commit and I've taken
that version. Please have a look at it as an example of a good way of
summarising the license changes. The key piece was effectively:

"list of files under BSD-2-Clause license changed"

Cheers,

Richard
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb b/meta/recipes-devtools/python/python3-docutils_0.19.bb
similarity index 62%
rename from meta/recipes-devtools/python/python3-docutils_0.18.1.bb
rename to meta/recipes-devtools/python/python3-docutils_0.19.bb
index e4ddd01978..7ae93ab557 100644
--- a/meta/recipes-devtools/python/python3-docutils_0.18.1.bb
+++ b/meta/recipes-devtools/python/python3-docutils_0.19.bb
@@ -2,9 +2,9 @@  SUMMARY = "Docutils is a modular system for processing documentation into useful
 HOMEPAGE = "http://docutils.sourceforge.net"
 SECTION = "devel/python"
 LICENSE = "PSF-2.0 & BSD-2-Clause & GPL-3.0-only"
-LIC_FILES_CHKSUM = "file://COPYING.txt;md5=fecee07ad8df9116e1f739e2ed2ea513"
+LIC_FILES_CHKSUM = "file://COPYING.txt;md5=41001b296a89bb2780bbe306e947ecee"
 
-SRC_URI[sha256sum] = "679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06"
+SRC_URI[sha256sum] = "33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6"
 
 inherit pypi setuptools3