SHA256
1
0
forked from pool/pastel

- Enable tests

- Update to 0.10.0:
  Features
  * Added alpha property to set command
  * Add support for HSV
  * Added support for parsing LCh colors
  * Added hyprpicker as --color-picker
  * Implement Color::from_u32 for the rgba
  Bugfixes
  * pastel pick does not display all colors in some terminals
  * Fix lines in kitty terminal with text_fg_override_threshold set
  Changes
  * Use PASTEL_COLOR_MODE in ansi::Brush::from_environment
  * Unhide colorcheck command
  Other
  * Optimization for eliminating redundant memory operations
  * Add colour as an alias for the colour command
  * Suggest to use pastel pick --help instead of -h

OBS-URL: https://build.opensuse.org/package/show/graphics/pastel?expand=0&rev=4
This commit is contained in:
Muhammad Akbar Yanuar Mantari 2024-09-10 01:49:52 +00:00 committed by Git OBS Bridge
parent a476695712
commit 8e27ef37c3
4 changed files with 32 additions and 7 deletions

3
pastel-0.10.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7848cd6d2ad8db6543b609dece7c9c28b4720c09fb13aeb204dd03d152159dd2
size 3235468

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Sep 9 19:18:59 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Enable tests
- Update to 0.10.0:
Features
* Added alpha property to set command
* Add support for HSV
* Added support for parsing LCh colors
* Added hyprpicker as --color-picker
* Implement Color::from_u32 for the rgba
Bugfixes
* pastel pick does not display all colors in some terminals
* Fix lines in kitty terminal with text_fg_override_threshold set
Changes
* Use PASTEL_COLOR_MODE in ansi::Brush::from_environment
* Unhide colorcheck command
Other
* Optimization for eliminating redundant memory operations
* Add colour as an alias for the colour command
* Suggest to use pastel pick --help instead of -h
-------------------------------------------------------------------
Wed Dec 13 20:14:12 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@ -17,10 +17,10 @@
Name: pastel
Version: 0.9.0
Version: 0.10.0
Release: 0
Summary: CLI to generate, analyze, convert and manipulate colors
License: MIT AND Apache-2.0
License: Apache-2.0 AND MIT
Group: Productivity/Graphics/Other
URL: https://github.com/sharkdp/pastel
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
@ -48,11 +48,12 @@ This package provides the documentation for pastel.
%build
%{cargo_build}
%check
%{cargo_test}
%install
install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir}
%check
%files
%license LICENSE-MIT LICENSE-APACHE
%{_bindir}/%{name}
@ -61,4 +62,3 @@ install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir}
%doc README* doc
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53ba0805934b72e5a21904cd1af8594e0bfa2a80157fed1d19bf9e79a22ab7f2
size 19018689
oid sha256:aa582c9d06f2cfb4d5b42a61c36af7ca22b1748a2147805fc6d32e4606aae1b3
size 20360091