3
0

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
This commit is contained in:
Benjamin Greiner 2022-11-08 09:30:37 +00:00 committed by Git OBS Bridge
parent fe0daf1ce3
commit 249ebb2eb9
4 changed files with 31 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14955af340c43035dbfa96b5ee47407e377ee337f69e70f73064940d27d0a44f
size 40330

BIN
flit_core-3.8.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,30 @@
-------------------------------------------------------------------
Tue Nov 8 00:36:32 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- 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 <code@bnavigator.de>

View File

@ -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