File lure.changes of Package lure
-------------------------------------------------------------------
Wed Apr 5 15:25:35 UTC 2023 - ecsos <ecsos@opensuse.org>
- Update to 0.0.7
- Add comments for internal/{dl,dlcache}
- Add comments to Downloader and UpdatingDownloader interfaces
- Add completion files to archive
- Add download caching system
- Add git downloader
- Add initial caching download system
- Add language overrides to database
- Add languages to overrides
- Add localization to API server
- Add missing GPL headers and change year to 2023
- Add more logs after executing package()
- Add translation system for LURE CLI
- Add translations for new download system
- Add unarchiving to file downloader
- Add warning for already-installed packages
- Check provides field when filtering build dependencies
- Check ~archive parameter for file downloader
- Check ~name parameter for file downloader
- Check ~name parameter for git downloader
- Do not use root for listing installed packages
- Fix AUR badge link
- Fix AUR package name
- Fix AUR repo in GoReleaser config
- Fix database presence check
- Fix lure target dependencies in Makefile
- Fix nFPM provides/conflicts values
- Fix other AUR package parameters
- Fix panic when performing incremental database updates
- Fix typo in comment
- Handle broken cache manifest
- Install already-built package by default if available
- Install to in AUR package
- Move database open code into internal/db
- Normalize URL for caching
- Only generate for internal/config in version.txt target
- Remove old download package
- Remove replaces field from GoReleaser config
- Run go fmt
- Switch to new download system
- Update AUR badge
- Update docs for new download system
- Update usage docs with new --clean/-c flag
- Upgrade status to beta
- Warn user if DB does not have version
- Switch to release versions.
-------------------------------------------------------------------
Fri Oct 14 12:25:09 UTC 2022 - ecsos@opensuse.org
- Update to version 0+git.20221014.e604f61:
* Move packages to working directory after build (Fixes #13)
* Don't pull repos if they've already been pulled in the same command
* Add --needed flag to pacman install commands
* Add documentation for new ~name parameter
* Separate download.Get() function and add ~name parameter to git downloads
* Add docs for version() function
* Add version() function
* Pass function directory using new ScriptFunc arguments
* Pass options to subshell when executing a ScriptFunc
* Add CI badge to README
* Add documentation about Like distros
* Disable like distros if LURE_DISTRO is set
* Add option to disable like distros in decoder
* Move cross-packaging instructions to usage docs
* Ask user for confirmation if CPU arch doesn't match
* Fix apk remove command
* Run gofmt
* Add options to package managers
* Only set epoch if not equal to zero
* Run gofmt
* Factor in ID_LIKE variable and ARM variants when checking for overrides
* Return EOF if Nop ReadWriteCloser is used
* Remove error when nop exec handler is executed
* Move reading build vars to separate function
* If build dependencies exist, prompt to remove after build
* Remove patches from planned features
* Set minimum Go version in module to 1.18
* Document functions in build-scripts.md
* Require package() function to be present
* Update configuration.md
* Add prepare() function
* Add docs for configuration
* Add usage docs
* Fix build deps path in docs
* Fix path to build scripts docs
* Add documentation
* Add conflicts, replaces, provides to nfpm.Overridables
* Fix AUR badge
* Add Maintainer field to script variables
* Update README.md
* Remove completed planned feature from README
* Update installation instructions
* Add Makefile
* Add goreleaser config
* Add more planned features
* Take epoch into account when building packages
* Run gofmt
* Use all as architecture if architectures array contains it
* Update README.md
* Update README.md
* Allow overriding package format and distro while building
* Update README.md
-------------------------------------------------------------------
Wed Sep 28 14:02:39 UTC 2022 - ecsos@opensuse.org
- Update to version 0+git.20220928.00c5ea3:
* Add list command
* Remove redundant check on depth
* Fix ~depth parameter for git downloads
* Run gofmt
* Add Planned Features section
* Allocate memory for output slice in pkgPrompt() using make()
* Use nop handlers when parsing for update check
* Use nop handlers when parsing for info
* Add info command
* Add scripts to package
-------------------------------------------------------------------
Wed Sep 28 13:59:56 UTC 2022 - ecsos <ecsos@opensuse.org>
- Initial version.