public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Antonio Trande <sagitter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/libsbml] main: Release 5.21.2
Date: Thu, 17 Sep 2026 17:28:46 GMT	[thread overview]
Message-ID: <178966612631.1.15846888482869363310.rpms-libsbml-e39114ed421a@fedoraproject.org> (raw)

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()

                 reply	other threads:[~2026-09-17 17:28 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178966612631.1.15846888482869363310.rpms-libsbml-e39114ed421a@fedoraproject.org \
    --to=sagitter@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox