15
0

- update to 2024.06.06:

* Change http to https in LICENSE.txt
  * Added support for simulated/embedded gprof output
  * Fix typos in readme
  * Make GitHub Actions cover oldest and youngest Pythons alive
  * Stop Codecov CI from failing on forks
  * Trigger `testOnly.yml` workflow when its content changes
  * Drop Python 2.7 leftovers + require Python >=3.8
  * Add README and LICENSE to the manifest.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gprof2dot?expand=0&rev=14
This commit is contained in:
2024-06-07 15:53:02 +00:00
committed by Git OBS Bridge
parent a1923d7b8e
commit 61e99eb49b
4 changed files with 29 additions and 11 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jun 7 15:48:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2024.06.06:
* Change http to https in LICENSE.txt
* Added support for simulated/embedded gprof output
* Fix typos in readme
* Make GitHub Actions cover oldest and youngest Pythons alive
* Stop Codecov CI from failing on forks
* Trigger `testOnly.yml` workflow when its content changes
* Drop Python 2.7 leftovers + require Python >=3.8
-------------------------------------------------------------------
Wed Sep 28 21:37:24 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
@@ -53,7 +65,7 @@ Wed May 6 06:34:30 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
* Don't hardcode theme names in opt parsing code
* Fix a typo in gprof2dot.py
* fix Profile.prune() for cases when filename is not set
* Add README and LICENSE to the manifest.
* Add README and LICENSE to the manifest.
- Drop Source10 (copy of LICENSE), now included in upstream tarball.
-------------------------------------------------------------------