public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libsbml] main: Release 5.21.2
@ 2026-09-17 17:28 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-09-17 17:28 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libsbml
Branch : main
Commit : e39114ed421a410e561deb752033ad0e7dd2fed7
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-09-17T19:28:35+02:00
Stats : +3/-22 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/libsbml/c/e39114ed421a410e561deb752033ad0e7dd2fed7?branch=main
Log:
Release 5.21.2
---
diff --git a/.gitignore b/.gitignore
index 20f3749..8efea2f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -27,3 +27,4 @@
/libsbml-5.20.2.tar.gz
/libsbml-5.20.4.tar.gz
/libsbml-5.20.5.tar.gz
+/libsbml-5.21.2.tar.gz
diff --git a/libsbml.spec b/libsbml.spec
index d7bf8d4..aad006d 100644
--- a/libsbml.spec
+++ b/libsbml.spec
@@ -30,7 +30,7 @@ Obsoletes: libsbml-sharp < 0:5.18.0-20
%global _docdir_fmt %{name}
Name: libsbml
-Version: 5.20.5
+Version: 5.21.2
Release: %autorelease
Summary: Systems Biology Markup Language library
License: LGPL-2.1-or-later
diff --git a/sources b/sources
index 9c131a1..437f942 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libsbml-5.20.5.tar.gz) = 8de6ea7481863bfd83cc488086b6cbd2f85305037fa8e10f806f253176e2ecb9ab26fcd1176ff70eab3375eaaea0085015a3c5788a23ebabc10cce72612bb8a4
+SHA512 (libsbml-5.21.2.tar.gz) = 322193b2a9e80920c241b5234443c16b52560ba0dcdbf22dbaa8c7a9dcae4bf7fb81b197cffa8e677ba527d8a73ecef7b22d6b0fa1f1f8c54c1fbfb498b9f64a
diff --git a/time-clock.diff b/time-clock.diff
deleted file mode 100644
index 306d8da..0000000
--- a/time-clock.diff
+++ /dev/null
@@ -1,20 +0,0 @@
---- libSBML-5.18.0-Source/examples/python/readSBML.py~ 2018-04-24 10:35:07.000000000 +0200
-+++ libSBML-5.18.0-Source/examples/python/readSBML.py 2019-06-18 12:09:58.564685207 +0200
-@@ -54,7 +54,7 @@
- return 1
-
- filename = args[1]
-- current = time.clock()
-+ current = time.process_time()
- document = readSBML(filename)
-
- errors = document.getNumErrors()
-@@ -62,7 +62,7 @@
- print()
- print(" filename: " + filename)
- print(" file size: " + str(os.stat(filename).st_size))
-- print(" read time (ms): " + str(time.clock() - current))
-+ print(" read time (ms): " + str(time.process_time() - current))
- print(" validation error(s): " + str(errors))
- print()
- document.printErrors()
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-17 17:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-17 17:28 [rpms/libsbml] main: Release 5.21.2 Antonio Trande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox