From 5af52ff809802b27eb981c9641d7e17d52fa2194c10bfe45731520cb13310963 Mon Sep 17 00:00:00 2001 From: John Vandenberg Date: Wed, 13 Feb 2019 03:10:03 +0000 Subject: [PATCH] Accepting request 674359 from home:jayvdb:coala:python3-bears Fix clobbered changes entry OBS-URL: https://build.opensuse.org/request/show/674359 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-git-url-parse?expand=0&rev=4 --- python-git-url-parse.changes | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/python-git-url-parse.changes b/python-git-url-parse.changes index 09eade4..333c761 100644 --- a/python-git-url-parse.changes +++ b/python-git-url-parse.changes @@ -6,4 +6,11 @@ Tue Feb 12 17:53:38 UTC 2019 - Jan Engelhardt ------------------------------------------------------------------- Tue Feb 12 11:50:56 UTC 2019 - Naveen Naidu -- Initial spec for v1.2.0 +- Update to v1.2.0 + + Improved parsing speed by compiling regex on global context + and reusing named collection. + +------------------------------------------------------------------- +Wed Feb 6 07:11:56 UTC 2019 - John Vandenberg + +- Initial spec for v1.1.0