From 6c58927f707ca176248af8207842b113bbd9d6d7 Mon Sep 17 00:00:00 2001
From: Bernhard M. Wiedemann <bwiedemann@suse.de>
Date: Jan 17 2024 21:27:18 +0000
Subject: update


---

diff --git a/.files b/.files
index aaa2cd1..aee47f5 100644
Binary files a/.files and b/.files differ
diff --git a/.rev b/.rev
index 43fad19..8faaf27 100644
--- a/.rev
+++ b/.rev
@@ -7,4 +7,22 @@
     <comment>A lightweight console printing and formatting toolkit</comment>
     <requestid>1102770</requestid>
   </revision>
+  <revision rev="2" vrev="1">
+    <srcmd5>42a18770ef9711b8f281cbfa85a37551</srcmd5>
+    <version>1.1.2</version>
+    <time>1702488980</time>
+    <user>anag+factory</user>
+    <comment>- update to 1.1.2:
+  * Add typing overloads so `msg.fail` with `exits=True/1` has
+    the `NoReturn` type like `sys.exit` (#41).</comment>
+    <requestid>1132858</requestid>
+  </revision>
+  <revision rev="3" vrev="2">
+    <srcmd5>edcc554765ae4aef7eb4772dc5499b0f</srcmd5>
+    <version>1.1.2</version>
+    <time>1704390813</time>
+    <user>dimstar_suse</user>
+    <comment>- require setuptools</comment>
+    <requestid>1136279</requestid>
+  </revision>
 </revisionlist>
diff --git a/python-wasabi.changes b/python-wasabi.changes
index 03031a1..a65a3ed 100644
--- a/python-wasabi.changes
+++ b/python-wasabi.changes
@@ -1,4 +1,16 @@
 -------------------------------------------------------------------
+Tue Jan  2 20:58:06 UTC 2024 - Dirk Müller <dmueller@suse.com>
+
+- require setuptools
+
+-------------------------------------------------------------------
+Wed Dec 13 10:45:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
+
+- update to 1.1.2:
+  * Add typing overloads so `msg.fail` with `exits=True/1` has
+    the `NoReturn` type like `sys.exit` (#41).
+
+-------------------------------------------------------------------
 Mon Aug  7 18:33:24 UTC 2023 - Matej Cepl <mcepl@suse.com>
 
 - Clean up SPEC file.
diff --git a/python-wasabi.spec b/python-wasabi.spec
index 8ffe25e..922ebcf 100644
--- a/python-wasabi.spec
+++ b/python-wasabi.spec
@@ -1,7 +1,7 @@
 #
 # spec file for package python-wasabi
 #
-# 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
@@ -19,14 +19,15 @@
 %{?sle15_python_module_pythons}
 %define modname wasabi
 Name:           python-wasabi
-Version:        1.1.1
+Version:        1.1.2
 Release:        0
 Summary:        A lightweight console printing and formatting toolkit
 License:        LGPL-3.0-only
 Group:          Development/Languages/Python
-URL:            https://pypi.org/project/wasabi/
+URL:            https://github.com/explosion/wasabi
 Source:         https://github.com/explosion/%{modname}/archive/refs/tags/v%{version}.tar.gz
 BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
diff --git a/v1.1.1.tar.gz b/v1.1.1.tar.gz
deleted file mode 120000
index 23ef90b..0000000
--- a/v1.1.1.tar.gz
+++ /dev/null
@@ -1 +0,0 @@
-/ipfs/bafkreidphm5ldndcuvfoypu4ktvx2dga6to6ukqo4pr3jpppbxik2fbm5m
\ No newline at end of file
diff --git a/v1.1.2.tar.gz b/v1.1.2.tar.gz
new file mode 120000
index 0000000..abe9a98
--- /dev/null
+++ b/v1.1.2.tar.gz
@@ -0,0 +1 @@
+/ipfs/bafkreidohc6kckrb2b2ta2c76km4hm3qk7gu3vgejzxtjwvo7higdxvo7y
\ No newline at end of file