0dad0d530f
- Update to version 0.6.9: * Implement go mod edit -require using _service params
Jeff Kowalczyk2025-05-26 18:52:35 +00:00
a8f6f948d3
Accepting request 1279150 from devel:languages:go
Ana Guerrero2025-05-22 14:55:58 +00:00
4ad7cae477
- Update to version 0.6.8: * Implement go mod edit -replace using _service params refs #57 * cmd_go_mod() use list for arg cmd and new arg subcmd refs #57Jeff Kowalczyk2025-05-22 04:50:22 +00:00
a05b216d00
- Update to version 0.6.7: * archive_autodetect() match archive files before dir refs #66#69#73 * Ensure some level of compatibility with older libarchive * archive_autodetect docstring add .obscpio to format list * Format with python black * Fix using go.mod of toplevel
Jeff Kowalczyk2025-05-21 04:27:53 +00:00
9b00356ce7
- Packaging improvements: * Fixes boo#1241065: Update Requires: python3-libarchive-c >= 4 adding minimum version to ensure API compatibility new function signature first released in python3-libarchive-c version 4.0: old: new_archive_read_disk(path, **kw) new: with new_archive_read_disk(path, flags, lookup) Runtime error raised: TypeError: new_archive_read_disk() got an unexpected keyword argument 'mtime'
Jeff Kowalczyk2025-04-18 14:16:58 +00:00
b7c68194cb
Accepting request 1269022 from devel:languages:go
Ana Guerrero2025-04-14 10:58:30 +00:00
f2d417dd1b
- Update to version 0.6.6: * Preserve symlinks on shutil.copytree archive to tempdir refs #66Jeff Kowalczyk2025-04-13 17:32:05 +00:00
d152595eec
Accepting request 1268025 from devel:languages:go
Ana Guerrero2025-04-09 19:50:24 +00:00
c37a6e36ea
- Update to version 0.6.5: * feat: allow archive be name of the subdirectory * ignore directories containing '.git' when searching for the basename (#51) * doc(README): osc service disabled has been disabled * Make output archives more reproducible
Jeff Kowalczyk2025-04-09 05:26:03 +00:00
ae051c2e8b
Accepting request 1256317 from devel:languages:go
Ana Guerrero2025-03-27 21:32:04 +00:00
3bb55020b6
- Update go toolchain to Requires: golang(API) >= 1.24 Refs boo#1240130 * Recent go toolchain versions enforce use of the minimum toolchain version specified in go.mod * Minimum toolchain requirements are in effect for go commands as well as unit compilation * Users running a version older than specified may see error: go: go.mod requires go >= 1.24.1 (running go 1.22.2; GOTOOLCHAIN=local) * This package and others which call go toolchain commands will need timely updates to the latest version * Closes https://github.com/openSUSE/obs-service-go_modules/issues/62Jeff Kowalczyk2025-03-26 19:33:15 +00:00
04da4429db
- Update go toolchain to Requires: golang(API) >= 1.22 * Recent go toolchain versions enforce use of the minimum toolchain version specified in go.mod * Minimum toolchain requirements are in effect for go commands as well as unit compilation * Users running a version older than specified may see error: go: go.mod requires go >= 1.22 (running go 1.21.10; GOTOOLCHAIN=local) * This package and others which call go toolchain commands will need timely updates to the latest version * Reported by Sheng Huang (psheng) * Closes https://github.com/openSUSE/obs-service-go_modules/issues/49Jeff Kowalczyk2024-06-27 04:15:54 +00:00
30ccbc773a
Accepting request 1120424 from devel:languages:go
Ana Guerrero2023-10-26 15:14:30 +00:00
59ffeccd4b
Accepting request 1120423 from home:jfkw:branches:devel:languages:go
Jeff Kowalczyk2023-10-26 05:10:28 +00:00
cd6a272f68
Accepting request 1116359 from devel:languages:go
Ana Guerrero2023-10-10 18:59:12 +00:00
c931be01f0
Accepting request 1116358 from home:jfkw:branches:devel:languages:go
Jeff Kowalczyk2023-10-09 04:56:44 +00:00
d704bb74e5
Accepting request 1116356 from home:jfkw:branches:devel:languages:go
Jeff Kowalczyk2023-10-09 04:42:54 +00:00
8bedc4f60c
Accepting request 1116159 from home:ojkastl_buildservice:branches:devel:languages:go
Jeff Kowalczyk2023-10-09 04:19:16 +00:00
70e1e15652
- 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
Dirk Mueller2023-04-03 13:56:47 +00:00
9912c995c9
- 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)
Dirk Mueller2023-03-27 09:40:18 +00:00