From b317e9018916dc2f0938fba99c39de774f307a0b46eb224a94626071b0088cf4 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 30 Jan 2024 12:02:23 +0000 Subject: [PATCH] - update to 0.10.4: * allow unions in TypeVar bound PR #207 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-atom?expand=0&rev=24 --- atom-0.10.3.tar.gz | 3 --- atom-0.10.4.tar.gz | 3 +++ python-atom.changes | 6 ++++++ python-atom.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 atom-0.10.3.tar.gz create mode 100644 atom-0.10.4.tar.gz diff --git a/atom-0.10.3.tar.gz b/atom-0.10.3.tar.gz deleted file mode 100644 index 9e2bbfc..0000000 --- a/atom-0.10.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4378d8d6db6399ce75a039b08e3b4a9561e22f62ef84db358c40726805c295e5 -size 168986 diff --git a/atom-0.10.4.tar.gz b/atom-0.10.4.tar.gz new file mode 100644 index 0000000..0c1beba --- /dev/null +++ b/atom-0.10.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e493fbcf7b58e7e991d5bdabb4b8d5ed5be2c2a36a21ca892dee8db3086a155 +size 169802 diff --git a/python-atom.changes b/python-atom.changes index dfdc906..4cf108f 100644 --- a/python-atom.changes +++ b/python-atom.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 30 12:02:18 UTC 2024 - Dirk Müller + +- update to 0.10.4: + * allow unions in TypeVar bound PR #207 + ------------------------------------------------------------------- Thu Oct 5 09:46:45 UTC 2023 - Dirk Müller diff --git a/python-atom.spec b/python-atom.spec index 4dab727..af2e3ad 100644 --- a/python-atom.spec +++ b/python-atom.spec @@ -1,7 +1,7 @@ # # spec file for package python-atom # -# 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 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-atom -Version: 0.10.3 +Version: 0.10.4 Release: 0 Summary: Memory efficient Python objects License: BSD-3-Clause