Package Release Info

cargo-vendor-filterer-0.5.16-bp160.1.1

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

cargo-vendor-filterer

Change Logs

* Thu May 08 2025 Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update dependencies to fix bsc#1242681
* Fri Nov 01 2024 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 0.5.16:
  * Fix wrongly filtered out packages when using --versioned-dirs
  * feat: add optional dep-kind parameter
* Tue Sep 10 2024 William Brown <william.brown@suse.com>
- explicitly depend on cargo to pull in latest compiler revision
* Wed May 08 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to 0.5.14:
  * improvement: add option `--no-default-features` and `--features`
  * change fieldname types of feature and no-default-features to Vec<String> and bool, respectively
  * fix: use clap and serde default for new fieldnames
  * cleanup: replace Option<bool> with default values with bool for all-features
  * cleanup: add the if-elses for the new cli and config options on add_packages_for_platform too
  * ci: update nushell to 0.91.0 for vendor tests
- Update service file:
  * use glob so we don't need to edit versions in the _service file.
* Thu Mar 28 2024 Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to 0.5.13
  * Add --respect-source-config option
  * Implement --sync
- Use filtered vendor-tarball
- Remove cargo_config, which is now part of the vendor-tarball
* Wed Feb 28 2024 Martin Sirringhaus <martin.sirringhaus@suse.com>
- Update to 0.5.12
  * Warn about unknown keys in Cargo.toml
  * Correctly handle filtered-out latest versions
* Mon Sep 11 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Initial spec for cargo-vendor-filterer 0.5.11