Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/cygwin-apps/calm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2021-05-06 17:14:35 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2021-05-06 17:18:22 +0300
commit242bfe789a63d420308397ccea6703a245267018 (patch)
tree460973499dba72e5e068655783b9b4f981096c75 /calm/past_mistakes.py
parentcc898aa0954e7a615cba59b2f126dd271eced643 (diff)
Update past_mistakes
Drop versions which have been expired.
Diffstat (limited to 'calm/past_mistakes.py')
-rw-r--r--calm/past_mistakes.py13
1 files changed, 4 insertions, 9 deletions
diff --git a/calm/past_mistakes.py b/calm/past_mistakes.py
index d8f2084..a87c1f8 100644
--- a/calm/past_mistakes.py
+++ b/calm/past_mistakes.py
@@ -54,8 +54,6 @@ hyphen_in_version = {
'mingw64-x86_64-hidapi-debuginfo': ['0.8.0-rc1'],
'recode': ['3.7-beta2'],
'recode-debuginfo': ['3.7-beta2'],
- 'socat': ['2.0.0-b8', '2.0.0-b9'],
- 'socat-debuginfo': ['2.0.0-b8', '2.0.0-b9'],
'tack': ['1.07-20130713', '1.07-20150606'],
'tack-debuginfo': ['1.07-20130713', '1.07-20150606'],
'xemacs-mule-sumo': ['2007-04-27'],
@@ -141,17 +139,14 @@ nonunique_versions = [
#
# don't add to this list, use 'disable-check: empty-obsolete' in pvr.hint instead
empty_but_not_obsolete = {
- 'gambas3': ['3.12.0-1', '3.12.2-1', '3.13.0-1'], # a metapackage
- 'gmp': ['6.1.0-3p1', '6.1.1-1', '6.1.2-1'], # useless empty package, not autosupressed as it has depends
- 'isl': ['0.14.1-1', '0.16.1-1'], # useless empty package, not autosupressed as it has depends
+ 'isl': ['0.16.1-1'], # useless empty package, not autosupressed as it has depends
'kdegames3': ['3.5.10-11'], # a metapackage
'kdewebdev': ['15.04.3-1', '16.08.3-1', '16.08.3-2'], # a metapackage
- 'libao': ['1.1.0-1'], # useless empty package, not autosupressed as it has depends (used to contain doc)
'libpopt-devel': ['1.16-1'], # version 1.16-1 was empty (x86_64)
'libpopt0': ['1.16-1'], # version 1.16-1 was empty
- 'mbedtls': ['2.12.0-1', '2.14.1-1', '2.16.0-1'], # useless empty package, not autosupressed as it has depends
- 'mpclib': ['1.0.2-2', '1.0.3-1', '1.1.0-1'], # useless empty package, not autosupressed as it has depends
- 'mpfr': ['4.0.1-3p6', '4.0.1-4p11', '4.0.2-1'], # useless empty package, not autosupressed as it has depends
+ 'mbedtls': ['2.16.0-1'], # useless empty package, not autosupressed as it has depends
+ 'mpclib': ['1.1.0-1'], # useless empty package, not autosupressed as it has depends
+ 'mpfr': ['4.0.2-1'], # useless empty package, not autosupressed as it has depends
'ocaml': ['4.02.3-2'], # a metapackage
}