From 249ebb2eb9a64430345357c4f51cd0661cec275271968da17b21a3a7bfae6fea Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 8 Nov 2022 09:30:37 +0000 Subject: [PATCH] Accepting request 1034403 from home:yarunachalam:branches:devel:languages:python - Update to v3.8.0 * Merge pull request #607 from pypa/relnotes-3.8 Add release notes for version 3.8 * Add --only-deps option to release notes * Merge pull request #546 from dciborow/dciborow/install-reqs Add "install-reqs" command to CLI * Fix some remaining uses of tomli in the tests, for Python 3.11 * Remove test with side effects * Replace install-reqs subcommand with --only-deps option * Merge pull request #581 from nanonyme/nanonyme/bytecode * Merge pull request #602 from Mariatta/patch-1 Document that token-based upload is supported * Merge pull request #604 from gotmax23/tomli Remove vestigial tomli usage * Test on Python 3.11-dev * Add python 3.11 to the test matrix * Adjust test deps in tox.ini * tests: Only use tomli if tomllib is missing * Fallback to installed tomli when vendor is removed In Fedora, we bootstrap tomli differently, so we remove the vendored version. This makes it so we don't also have to patch flit_core.config ourselves. OBS-URL: https://build.opensuse.org/request/show/1034403 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-flit-core?expand=0&rev=33 --- flit_core-3.7.1.tar.gz | 3 --- flit_core-3.8.0.tar.gz | 3 +++ python-flit-core.changes | 27 +++++++++++++++++++++++++++ python-flit-core.spec | 2 +- 4 files changed, 31 insertions(+), 4 deletions(-) delete mode 100644 flit_core-3.7.1.tar.gz create mode 100644 flit_core-3.8.0.tar.gz diff --git a/flit_core-3.7.1.tar.gz b/flit_core-3.7.1.tar.gz deleted file mode 100644 index 7aa1a73..0000000 --- a/flit_core-3.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14955af340c43035dbfa96b5ee47407e377ee337f69e70f73064940d27d0a44f -size 40330 diff --git a/flit_core-3.8.0.tar.gz b/flit_core-3.8.0.tar.gz new file mode 100644 index 0000000..cf56bc0 --- /dev/null +++ b/flit_core-3.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b305b30c99526df5e63d6022dd2310a0a941a187bd3884f4c8ef0418df6c39f3 +size 41224 diff --git a/python-flit-core.changes b/python-flit-core.changes index cf0b5fb..f373d9c 100644 --- a/python-flit-core.changes +++ b/python-flit-core.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Tue Nov 8 00:36:32 UTC 2022 - Yogalakshmi Arunachalam + +- Update to v3.8.0 + + * Merge pull request #607 from pypa/relnotes-3.8 + Add release notes for version 3.8 + * Add --only-deps option to release notes + * Merge pull request #546 from dciborow/dciborow/install-reqs + Add "install-reqs" command to CLI + * Fix some remaining uses of tomli in the tests, for Python 3.11 + * Remove test with side effects + * Replace install-reqs subcommand with --only-deps option + * Merge pull request #581 from nanonyme/nanonyme/bytecode + * Merge pull request #602 from Mariatta/patch-1 + Document that token-based upload is supported + * Merge pull request #604 from gotmax23/tomli + Remove vestigial tomli usage + * Test on Python 3.11-dev + * Add python 3.11 to the test matrix + * Adjust test deps in tox.ini + * tests: Only use tomli if tomllib is missing + * Fallback to installed tomli when vendor is removed + In Fedora, we bootstrap tomli differently, so we remove the vendored + version. This makes it so we don't also have to patch flit_core.config + ourselves. + ------------------------------------------------------------------- Fri Oct 7 12:16:47 UTC 2022 - Ben Greiner diff --git a/python-flit-core.spec b/python-flit-core.spec index bc51fdb..0eba997 100644 --- a/python-flit-core.spec +++ b/python-flit-core.spec @@ -46,7 +46,7 @@ ExclusiveArch: do-not-build %bcond_with test %endif Name: %{pprefix}-flit-core%{?psuffix} -Version: 3.7.1 +Version: 3.8.0 Release: 0 Summary: Distribution-building parts of Flit License: BSD-3-Clause AND MIT