From 6fc6333f13a45519faf19a2e75b1d2c9ca559dab9cc757ee315e894ee000fbb9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 20 Jan 2024 19:26:39 +0000 Subject: [PATCH] - update to 7.5.0: * Fix _is_same_module() on PyPy OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-overrides?expand=0&rev=5 --- overrides-7.4.0.tar.gz | 3 --- overrides-7.5.0.tar.gz | 3 +++ python-overrides.changes | 6 ++++++ python-overrides.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 overrides-7.4.0.tar.gz create mode 100644 overrides-7.5.0.tar.gz diff --git a/overrides-7.4.0.tar.gz b/overrides-7.4.0.tar.gz deleted file mode 100644 index eac9bed..0000000 --- a/overrides-7.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9502a3cca51f4fac40b5feca985b6703a5c1f6ad815588a7ca9e285b9dca6757 -size 24804 diff --git a/overrides-7.5.0.tar.gz b/overrides-7.5.0.tar.gz new file mode 100644 index 0000000..c754cfa --- /dev/null +++ b/overrides-7.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:429d45886dd824402e6a6ad085f85b59e28f1cd9df54c722fd94ec790f6608ca +size 22601 diff --git a/python-overrides.changes b/python-overrides.changes index dd56ad7..93d956b 100644 --- a/python-overrides.changes +++ b/python-overrides.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Jan 20 19:26:25 UTC 2024 - Dirk Müller + +- update to 7.5.0: + * Fix _is_same_module() on PyPy + ------------------------------------------------------------------- Tue Dec 12 13:18:19 UTC 2023 - Dirk Müller diff --git a/python-overrides.spec b/python-overrides.spec index 699b092..82a4bb8 100644 --- a/python-overrides.spec +++ b/python-overrides.spec @@ -1,7 +1,7 @@ # # spec file for package python-overrides # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 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-overrides -Version: 7.4.0 +Version: 7.5.0 Release: 0 Summary: A decorator to automatically detect mismatch when overriding a method License: Apache-2.0