Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

obs-service-cargo-1.2.1-1.1 RPM for riscv64

From OpenSuSE Ports Tumbleweed for riscv64

Name: obs-service-cargo Distribution: openSUSE Tumbleweed
Version: 1.2.1 Vendor: openSUSE
Release: 1.1 Build date: Sat Mar 9 14:26:57 2024
Group: Development/Tools/Building Build host: reproducible
Size: 3656068 Source RPM: obs-service-cargo-1.2.1-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/openSUSE/obs-service-cargo_vendor
Summary: OBS Source Service and utilities for Rust software packaging
This is an OBS Source Service that contains two main utilities:
- OBS Service Cargo Vendor
- OBS Service Cargo Audit

This vendors and audits dependencies for packaging Rust software.

Provides

Requires

License

MPL-2.0

Changelog

* Sat Mar 09 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 1.2.1:
    * Add experimental vendor_filterer support
* Sat Mar 02 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 1.1.0:
    * make tarballs reproducible
* Sun Jan 14 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to 1.0.0:
    * No code change *
* Sun Dec 24 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to 0.9.0:
    * No code change *
* Mon Dec 11 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.21:
    * Improve errors with outpath
* Thu Dec 07 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.20:
    * added bz2 mime
    * add fixes to make bz2 mime supported
* Tue Dec 05 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.18:
    * (de)compress: add Bz2 compression
    * refactor return types and initial boilerplate for bz2 compress
    * nitpick. slight refactor because Ok(()) looks yuck in some contexts
    * it should be `--output` if we want to download a file
* Fri Nov 24 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.15:
    * fix: we also include build_dependencies
    * test: add VBox-Starter in runtests.sh
    * fix: check also the targets section
    * misc: nitpick. remove small space
    * fix typo
    * docs: put warning on README
* Tue Nov 21 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.12:
    * improv: reintroduced tag in README
    * Add tagging
    * docs: add possible vendor failures in README
    * make cargotoml usage clearer
* Sat Nov 18 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.10:
    * docs: update README
    * move lints to configuration manifest
    * an improvement of commit 24aaa0056
    * configure rust version and toolchain"
    * check if there are lockfiles from aforementioned manifest paths
    * fix: check if dependencies section is empty or not
    * misc: remove redundant messages
    * improvement: better handling on when and when not to vendor
* Fri Nov 17 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Remove cargo_config. Part of vendored tarball now
  - Update to 0.8.9:
    * dummy determine the path of the lockfile
* Fri Nov 17 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to 0.8.8:
    * clippy: change match to if let
    * docs: add dependencies section in the README
    * fix: just warn and don't return an error
    * fix: hasdeps should inherit should_vendor value
    * fix: also join the paths from `prjdir`
    * Remove tags, fix multitoml vendor, automatically add .cargo/config
    * fix multi cargo issue
    * do not exit process when terminfo is not found.
  - Disable update. Cargo cannot find glob crate when trying to update.
* Tue Oct 31 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.4:
    * fix: also check attempt to vendor if it is also a workspace
* Tue Oct 31 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.8.3:
    * misc: add stop sign in error message
    * improve error handling impl
    * fix: also make sure it really has no deps
    * utils: exit vendor step if no dependencies found
    * update README again
    * update README
    * docs: update README regarding the new flag
    * all: apply clippy lint suggestions
    * fix: also copy top-level folder if src is a directory
    * Rework of compression and vendoring to be clearer
    * Minor output improvements
    * fix: also copy top-level folder if src is a directory
    * update email address in manifest file
    * remove unused dead code
    * clippy: apply clippy suggestions
* Thu Oct 12 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to release 0.8.0:
    * audit is no-op and it is now part of vendor process.
    * cargo_audit binary will execute nothing now.
* Wed Oct 11 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to release 0.7.5:
    * globbed tar now supports lexicographical order
    * improved rustsec output
* Mon Oct 09 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to release 0.7.4:
    * fix: decompressed tarball may or may not have a top-level folder
* Sat Oct 07 2023 William Brown <william.brown@suse.com>
  - Change obsoletes to not list a version as we obsolete all versions.
* Sat Oct 07 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to release 0.7.3.
    * small fixes and changes
* Sat Oct 07 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to version 0.7.1. No changes.
* Sat Oct 07 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
  - Update to 0.7.0:
    * refactor cargo vendor
    * feature audit
* Sun Sep 10 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Change to 0.6.0 release
* Sun Sep 10 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
  - Initial spec for obs-service-cargo. 0.6.0-alpha

Files

/usr/lib/obs
/usr/lib/obs/service
/usr/lib/obs/service/cargo_audit
/usr/lib/obs/service/cargo_audit.service
/usr/lib/obs/service/cargo_vendor
/usr/lib/obs/service/cargo_vendor.service
/usr/share/doc/packages/obs-service-cargo
/usr/share/doc/packages/obs-service-cargo/README.md
/usr/share/licenses/obs-service-cargo
/usr/share/licenses/obs-service-cargo/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 3 00:05:35 2024