Accepting request 1199762 from graphics
- Enable tests - Update to version 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/request/show/1199762 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pastel?expand=0&rev=2
This commit is contained in:
commit
af0f1448f8
3
pastel-0.10.0.tar.gz
Normal file
3
pastel-0.10.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7848cd6d2ad8db6543b609dece7c9c28b4720c09fb13aeb204dd03d152159dd2
|
||||||
|
size 3235468
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:473c805de42f6849a4bb14ec103ca007441f355552bdb6ebc80b60dac1f3a95d
|
|
||||||
size 3230126
|
|
@ -1,3 +1,26 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 9 19:18:59 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||||
|
|
||||||
|
- Enable tests
|
||||||
|
- Update to version 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>
|
Wed Dec 13 20:14:12 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||||
|
|
||||||
|
10
pastel.spec
10
pastel.spec
@ -17,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: pastel
|
Name: pastel
|
||||||
Version: 0.9.0
|
Version: 0.10.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI to generate, analyze, convert and manipulate colors
|
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
|
Group: Productivity/Graphics/Other
|
||||||
URL: https://github.com/sharkdp/pastel
|
URL: https://github.com/sharkdp/pastel
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -48,11 +48,12 @@ This package provides the documentation for pastel.
|
|||||||
%build
|
%build
|
||||||
%{cargo_build}
|
%{cargo_build}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%{cargo_test}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir}
|
install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir}
|
||||||
|
|
||||||
%check
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE-MIT LICENSE-APACHE
|
%license LICENSE-MIT LICENSE-APACHE
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
@ -61,4 +62,3 @@ install -Dm755 target/release/%{name} -t %{buildroot}%{_bindir}
|
|||||||
%doc README* doc
|
%doc README* doc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:53ba0805934b72e5a21904cd1af8594e0bfa2a80157fed1d19bf9e79a22ab7f2
|
oid sha256:aa582c9d06f2cfb4d5b42a61c36af7ca22b1748a2147805fc6d32e4606aae1b3
|
||||||
size 19018689
|
size 20360091
|
||||||
|
Loading…
Reference in New Issue
Block a user