Revisions of obs-service-go_modules

buildservice-autocommit accepted request 1120424 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 26)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1120423 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 25)
- Update to version 0.6.4:
  * go_modules: allow globbing in the "archive" name field
  * Reformat with black 23.x
- Packaging improvements:
  * _service change disabled to manual per osc deprecation warning:
    WARNING: Command 'disabledrun/dr' is obsolete, please convert
    your _service to use 'manual' and then 'manualrun/mr' instead.
buildservice-autocommit accepted request 1116359 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 24)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1116358 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 23)
- Require go1.21 to make sure it works with go.mod files that contain a three-digit-version (e.g. 1.21.1)
- Use BuildRequires: golang(API) >= 1.21 instead of go >= 1.21
  * The recommended Go toolchain dependency expression is
    BuildRequires: golang(API) >= 1.x or optionally the metapackage
    BuildRequires: go
  * The go metapackage points to a single go version that
    increments at a date TBD after each go1.x major release. The
    expression golang(API) is available immediately upon each go1.x
    major release and is stable for expressing the minimum version
    or a temporarily pinned version.
  * Refs boo#1214933
  * Refs https://github.com/openSUSE/obs-service-go_modules/issues/33 (forwarded request 1116356 from jfkw)
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1116356 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 22)
- Use BuildRequires: golang(API) >= 1.21 instead of go >= 1.21
  * The recommended Go toolchain dependency expression is
    BuildRequires: golang(API) >= 1.x or optionally the metapackage
    BuildRequires: go
  * The go metapackage points to a single go version that
    increments at a date TBD after each go1.x major release. The
    expression golang(API) is available immediately upon each go1.x
    major release and is stable for expressing the minimum version
    or a temporarily pinned version.
  * Refs https://github.com/openSUSE/obs-service-go_modules/issues/33
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1116159 from Johannes Kastl's avatar Johannes Kastl (ojkastl_buildservice) (revision 21)
Require go1.21 to make sure it works with go.mod files that contain a three-digit-version (e.g. 1.21.1)
buildservice-autocommit accepted request 1077010 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 20)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 19)
- Update to version 0.6.3:
  * Rename new argument vendorfilename to vendorname
  * Fix default vendorfilename
  * make vendor tarball name configurable (#27)
  * Fix autodetection for zst/zstd confusion
  * README.md: hint on avoiding errors if local git clone already exists
  * README.md: add example for use of archive parameter
  * Format source with python black refs #29
  * Revert wrap of long lines flake8 recommends but black accepts refs #29
  * flake8 config black compat extend-ignore E501 line too long refs #29
  * Add GitHub CI action to run Black formatter on file go_modules
  * Flake8 A002 argument "dir" is shadowing a python builtin
  * Flake8 C413 Unnecessary reversed(sorted()) use sorted(reverse=True)
  * Flake8 C413 fix extraneous closing perentheses in sorted()
  * Flake8 C413 Unnecessary reversed(sorted()) use sorted(reverse=True)
  * Fix flake8 CI action YAML indent plugins: under with: key
buildservice-autocommit accepted request 1074630 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 18)
baserev update by copy to link target
Dirk Mueller's avatar Dirk Mueller (dirkmueller) committed (revision 17)
- Update to version 0.6.2:
  * Better skipping of non-compressed archive extensions (like .tar.gz.asc)
  * Adjust flake8 settings to match what black is doing
  * fix flake8 errors and add flake8 Github Action (#28)
buildservice-autocommit accepted request 1068974 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 16)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1068711 from Egbert Eich's avatar Egbert Eich (eeich) (revision 15)
    (CVE-2022-45155, bsc#1201138, bsc#1201140).
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1068651 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 14)
- Update to version 0.6.1:
  * README for pull requests enable maintainer edit permissions
  * Fix parser errors in service file XML formedness and special chars
buildservice-autocommit accepted request 1067956 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 13)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 1067955 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 12)
- Update to version 0.6.0:
  * Make service arg subdir optional
  * exit(1) immediately in extract() exception handler after recording error
  * Use subprocess.run() options 'capture_output' & 'text' only when supported
  * Add '--subdir' option: all to specify the directory to search go.mod in
  * Use temporary directory to extract archive to
  * Give the user the opprtunity to specify the name of the topmost directory
  * Attempt to obtain name of top directory in archive from archive content
buildservice-autocommit accepted request 982163 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 11)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 982161 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 10)
- Update to version 0.5.0:
  * README update
  * Check go mod subcommand return code, log and exit on error
  * Log go.mod file not found as error not info
  * Execute go mod subcommands using subprocess.run()
  * Rework the service to better work with obs_scm
- Add Require: python3-libarchive-c
- Drop Require: tar
- Drop Require: gzip
buildservice-autocommit accepted request 974449 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 9)
baserev update by copy to link target
Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) accepted request 974350 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 8)
- Update to version 0.4.1:
  * Fix compression parameter default value usage
buildservice-autocommit accepted request 973508 from Jeff Kowalczyk's avatar Jeff Kowalczyk (jfkw) (revision 7)
baserev update by copy to link target
Displaying revisions 1 - 20 of 26
openSUSE Build Service is sponsored by