forked from pool/python-mistralclient
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
09cab67ee7 | |||
7e9e504e27 |
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 13 07:03:34 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not (ever) use Epoch; it has devestating effects on version
|
||||
comparisons. As Epoch was set to 0, removing it is a NO-OP
|
||||
without side effects here.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 3 13:15:42 UTC 2024 - cloud-devel@suse.de
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-mistralclient
|
||||
#
|
||||
# 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
|
||||
@@ -20,7 +20,6 @@
|
||||
Name: python-mistralclient
|
||||
Version: 5.3.0
|
||||
Release: 0
|
||||
Epoch: 0
|
||||
Summary: Python API and CLI for OpenStack Mistral
|
||||
License: Apache-2.0
|
||||
Group: Development/Languages/Python
|
||||
|
Reference in New Issue
Block a user