forked from pool/python-bytecode
Accepting request 1220028 from devel:languages:python
- Update to 0.16.0: * Fix the document for python3.12 by @colinxu2020 in #142 * fix: handle small try blocks by @P403n1x87 in #145 * Add support for Python 3.13 by @MatthieuDartiailh in #146 OBS-URL: https://build.opensuse.org/request/show/1220028 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-bytecode?expand=0&rev=11
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7263239a8d3f70fc7c303862b20cd2c6788052e37ce0a26e67309d280e985984
|
|
||||||
size 97976
|
|
||||||
3
bytecode-0.16.0.tar.gz
Normal file
3
bytecode-0.16.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:06676a3c3bccc9d3dc73ee625650ea57df2bc117358826f4f290f0e1faa42292
|
||||||
|
size 102126
|
||||||
@@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 1 08:33:19 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Update to 0.16.0:
|
||||||
|
* Fix the document for python3.12 by @colinxu2020 in #142
|
||||||
|
* fix: handle small try blocks by @P403n1x87 in #145
|
||||||
|
* Add support for Python 3.13 by @MatthieuDartiailh in #146
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 14 15:03:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Wed Aug 14 15:03:42 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,11 +18,10 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-bytecode
|
Name: python-bytecode
|
||||||
Version: 0.15.1
|
Version: 0.16.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python module to generate and modify bytecode
|
Summary: Python module to generate and modify bytecode
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
|
||||||
URL: https://github.com/vstinner/bytecode
|
URL: https://github.com/vstinner/bytecode
|
||||||
Source: https://files.pythonhosted.org/packages/source/b/bytecode/bytecode-%{version}.tar.gz
|
Source: https://files.pythonhosted.org/packages/source/b/bytecode/bytecode-%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base >= 3.8}
|
BuildRequires: %{python_module base >= 3.8}
|
||||||
|
|||||||
Reference in New Issue
Block a user