From f9dc305b4763cd18af1af66b5ab4844496a632098786ff460d58993fac3b6f02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 3 Feb 2025 14:54:05 +0000 Subject: [PATCH] Accepting request 1242835 from home:glaubitz:branches:devel:languages:python - Update to 0.16.1 * Minor fixes following linter recommendations by @MatthieuDartiailh in #154 * build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #153 * Fix flag inference by @MatthieuDartiailh in #157 OBS-URL: https://build.opensuse.org/request/show/1242835 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bytecode?expand=0&rev=23 --- bytecode-0.16.0.tar.gz | 3 --- bytecode-0.16.1.tar.gz | 3 +++ python-bytecode.changes | 8 ++++++++ python-bytecode.spec | 4 ++-- 4 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 bytecode-0.16.0.tar.gz create mode 100644 bytecode-0.16.1.tar.gz diff --git a/bytecode-0.16.0.tar.gz b/bytecode-0.16.0.tar.gz deleted file mode 100644 index 9ae2b48..0000000 --- a/bytecode-0.16.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06676a3c3bccc9d3dc73ee625650ea57df2bc117358826f4f290f0e1faa42292 -size 102126 diff --git a/bytecode-0.16.1.tar.gz b/bytecode-0.16.1.tar.gz new file mode 100644 index 0000000..edea03b --- /dev/null +++ b/bytecode-0.16.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8fbbb637c880f339e564858bc6c7984ede67ae97bc71343379a535a9a4baf398 +size 102863 diff --git a/python-bytecode.changes b/python-bytecode.changes index 03a9eeb..6eb6204 100644 --- a/python-bytecode.changes +++ b/python-bytecode.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Feb 3 13:33:39 UTC 2025 - John Paul Adrian Glaubitz + +- Update to 0.16.1 + * Minor fixes following linter recommendations by @MatthieuDartiailh in #154 + * build(deps): bump codecov/codecov-action from 4 to 5 by @dependabot in #153 + * Fix flag inference by @MatthieuDartiailh in #157 + ------------------------------------------------------------------- Fri Nov 1 08:33:19 UTC 2024 - Steve Kowalik diff --git a/python-bytecode.spec b/python-bytecode.spec index 04a169e..fb90f5b 100644 --- a/python-bytecode.spec +++ b/python-bytecode.spec @@ -1,7 +1,7 @@ # # spec file for package python-bytecode # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-bytecode -Version: 0.16.0 +Version: 0.16.1 Release: 0 Summary: Python module to generate and modify bytecode License: MIT