diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-19 19:37:41 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-01-20 09:30:23 -0800 |
commit | dc0fbea48bc1e90d68f0ea010c115f970ba14d9f (patch) | |
tree | 99515d5a3748b0fb631f32731bb0ce1e32811807 /meta-python | |
parent | cec91a5fe4073d9180591b8d679f7918fc6e164b (diff) | |
download | meta-openembedded-dc0fbea48bc1e90d68f0ea010c115f970ba14d9f.tar.gz |
python3-pyscaffold: Upgrade 3.3 -> 3.3.1
Upgrade to release 3.3.1:
- Code base changed to Black’s standards
- New docs about version numbers and git integration
- Updated pre-commit hooks
- Updated docs/Makefile to use Sphinx "make mode"
- deprecated setuptools extensions/commands python setup.py
test/docs/doctests
- New tox test environments for generating docs and running
doctests
- New built-in extension for Cirrus CI
- experimental get_template is now part of the public API and
can be used by extensions, issue #252
- Updated setuptools_scm to version 4.1.2 in contrib
- Updated configupdater to version 1.1.2 in contrib
- precommit automatically fixes line endings by default
- deprecated log.configure_logger, use log.logger.reconfigure
instead
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb index 87ecb56067..9bebcedd30 100644 --- a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb | |||
@@ -12,6 +12,6 @@ inherit pypi setuptools3 | |||
12 | 12 | ||
13 | PYPI_PACKAGE = "PyScaffold" | 13 | PYPI_PACKAGE = "PyScaffold" |
14 | 14 | ||
15 | SRC_URI[sha256sum] = "28c77ec70e727944a42ba2494bdd5c912ec38511ac76281dd28fcb9805799025" | 15 | SRC_URI[sha256sum] = "1c3a2b76e60319b6ffc2a8b54e240382109c6241576bf0a47ea476c7194f6a69" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native nativesdk" | 17 | BBCLASSEXTEND = "native nativesdk" |