SF.net SVN: gar:[26605] csw/mgar/gar/v2/lib/python/package_checks.py
    dmichelsen at users.sourceforge.net 
    dmichelsen at users.sourceforge.net
       
    Wed Jan  1 18:22:11 CET 2020
    
    
  
Revision: 26605
          http://sourceforge.net/p/gar/code/26605
Author:   dmichelsen
Date:     2020-01-01 17:22:11 +0000 (Wed, 01 Jan 2020)
Log Message:
-----------
mGAR v2: Update date match regex
Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/package_checks.py
Modified: csw/mgar/gar/v2/lib/python/package_checks.py
===================================================================
--- csw/mgar/gar/v2/lib/python/package_checks.py	2019-12-27 23:58:29 UTC (rev 26604)
+++ csw/mgar/gar/v2/lib/python/package_checks.py	2020-01-01 17:22:11 UTC (rev 26605)
@@ -76,7 +76,7 @@
 MAX_CATALOGNAME_LENGTH = 29
 MAX_PKGNAME_LENGTH = 32
 ARCH_LIST = common_constants.ARCHITECTURES
-VERSION_RE = r".*,REV=(20[01][0-9]\.[0-9][0-9]\.[0-9][0-9]).*"
+VERSION_RE = r".*,REV=(20[0-9][0-9]\.[0-9][0-9]\.[0-9][0-9]).*"
 # Pkgnames matching these regexes must not be ARCHALL = 1
 ARCH_SPECIFIC_PKGNAMES_RE_LIST = [
     re.compile(r".*dev(el)?$"),
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
    
    
More information about the devel
mailing list