14
0

Accepting request 1108170 from home:jones_tony:branches:devel:languages:python

Using package for obs source service at suggestion of Georg Pfützenreuter.  Noticed some issues.   Occasional calls into library resulted in errant message about "dumb path" being printed to stdout.   This isn't mentioned in changelog but looking at git tree it was fixed as side-effect of one of the documented changes.

OBS-URL: https://build.opensuse.org/request/show/1108170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-whatthepatch?expand=0&rev=9
This commit is contained in:
2023-08-31 08:25:44 +00:00
committed by Git OBS Bridge
parent 6994b8d7a3
commit 02eebe053c
4 changed files with 17 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Aug 30 03:47:25 UTC 2023 - Tony Jones <tonyj@suse.com>
- Update to v1.0.5
* bugfix:min line in binary diff (#57)
- from v1.0.4
* git binary patch explore (#53)
* nixify (#54)
* Rename default branch on build yaml (#52)
* Remove redundant wheel dep from pyproject.toml (#51)
-------------------------------------------------------------------
Sun Nov 13 22:40:19 UTC 2022 - John Vandenberg <jayvdb@gmail.com>