diff --git a/bytecode-0.14.0.tar.gz b/bytecode-0.14.0.tar.gz deleted file mode 100644 index fb763c0..0000000 --- a/bytecode-0.14.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d41ad53c657ba0bef1cb4828d9d6e450766e31cb66c6f91fc1851f052889d1b7 -size 94083 diff --git a/bytecode-0.14.1.tar.gz b/bytecode-0.14.1.tar.gz new file mode 100644 index 0000000..613c66c --- /dev/null +++ b/bytecode-0.14.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82e99af6b0f9e71ba9c5daba11f370fc93adf97d423e93a22659dfc7895fb6a2 +size 94647 diff --git a/python-bytecode.changes b/python-bytecode.changes index 5f24856..4a8e020 100644 --- a/python-bytecode.changes +++ b/python-bytecode.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Apr 19 09:32:16 UTC 2023 - Dirk Müller + +- update to 0.14.1: + * allow to disassemble code containing ``EXTENDED_ARG`` + targeting a ``NOP`` PR #117 + ------------------------------------------------------------------- Thu Dec 15 22:44:00 UTC 2022 - Ben Greiner diff --git a/python-bytecode.spec b/python-bytecode.spec index cca2149..50c7106 100644 --- a/python-bytecode.spec +++ b/python-bytecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-bytecode # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-bytecode -Version: 0.14.0 +Version: 0.14.1 Release: 0 Summary: Python module to generate and modify bytecode License: MIT @@ -25,8 +25,8 @@ Group: Development/Languages/Python URL: https://github.com/vstinner/bytecode Source: https://files.pythonhosted.org/packages/source/b/bytecode/bytecode-%{version}.tar.gz BuildRequires: %{python_module base >= 3.8} -BuildRequires: %{python_module setuptools} BuildRequires: %{python_module setuptools_scm} +BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing_extensions if %python-base < 3.10} BuildRequires: fdupes BuildRequires: python-rpm-macros