[packit] 0.2.4 upstream release
Upstream tag: v0.2.4 Upstream commit: 1145a687
This commit is contained in:
parent
3f9683e721
commit
ca54a67abc
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/openscap-report-0.2.1.tar.gz
|
||||
/openscap-report-0.2.2.tar.gz
|
||||
/openscap-report-0.2.3.tar.gz
|
||||
/openscap-report-0.2.4.tar.gz
|
||||
|
@ -10,6 +10,8 @@ files_to_sync:
|
||||
dest: plans/
|
||||
- src: .fmf/
|
||||
dest: .fmf/
|
||||
- src: generate_arf.sh
|
||||
dest: generate_arf.sh
|
||||
|
||||
# name in upstream package repository or registry (e.g. in PyPI)
|
||||
upstream_package_name: openscap-report
|
||||
|
@ -1,3 +1,3 @@
|
||||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.72.0.post2+g57b7cc3.
|
||||
The file was generated using packit 0.77.0.post2+g06f877b.
|
||||
|
@ -1,8 +1,8 @@
|
||||
%global pymodule_name openscap_report
|
||||
|
||||
Name: openscap-report
|
||||
Version: 0.2.3
|
||||
Release: 2%{?dist}
|
||||
Version: 0.2.4
|
||||
Release: 1%{?dist}
|
||||
Summary: A tool for generating human-readable reports from (SCAP) XCCDF and ARF results
|
||||
|
||||
# The entire source code is LGPL-2.1+ and GPL-2.0+ and MIT except schemas/ and assets/, which are Public Domain
|
||||
@ -19,8 +19,8 @@ BuildRequires: python3-sphinx_rtd_theme
|
||||
Provides: bundled(patternfly) = 4
|
||||
|
||||
Requires: python3-lxml
|
||||
Requires: redhat-display-fonts
|
||||
Requires: redhat-text-fonts
|
||||
Recommends: redhat-display-fonts
|
||||
Recommends: redhat-text-fonts
|
||||
|
||||
%global _description %{expand:
|
||||
This package provides a command-line tool for generating
|
||||
@ -60,6 +60,39 @@ install -m 0644 -Dt %{buildroot}%{_mandir}/man1 _build_docs/oscap-report.1
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 05 2023 Packit <hello@packit.dev> - 0.2.4-1
|
||||
- 0.2.4 (Jan Rodak)
|
||||
- Rename field Result explained to Class explained (Jan Rodak)
|
||||
- Add button back to top (Jan Rodak)
|
||||
- Generate tooltip when hover the mouse over the OVAL operator (Jan Rodak)
|
||||
- Fix persistance of checkboxes after refresh browser (Jan Rodak)
|
||||
- Add functionality to buttons (Jan Rodak)
|
||||
- Add buttons (Jan Rodak)
|
||||
- Set logging severity from warning to info for missing fonts problem (Jan Rodak)
|
||||
- Change fonts to week dependency (Jan Rodak)
|
||||
- Disable scrollbar (Jan Rodak)
|
||||
- Show tooltip for NOT (Jan Rodak)
|
||||
- Add explanations (Jan Rodak)
|
||||
- Generate tooltip (Jan Rodak)
|
||||
- Set tooltip position for OVAL and CPE AL operators (Jan Rodak)
|
||||
- Add new tooltip when user click on copy to clipboard (Jan Rodak)
|
||||
- Rename tooltip class (Jan Rodak)
|
||||
- Add new lines on end of file (Jan Rodak)
|
||||
- Update eslint config (Jan Rodak)
|
||||
- Implement clear button for search bar (Jan Rodak)
|
||||
- Change title (Jan Rodak)
|
||||
- Use the same title for the page title and report title (Jan Rodak)
|
||||
- Using span element instead of link element when href is not available (Jan Rodak)
|
||||
- Add non-breaking space (Jan Rodak)
|
||||
- Add missing package (Jan Rodak)
|
||||
- Update modules docs (Jan Rodak)
|
||||
- Add documentation on how to run the test suite (Jan Rodak)
|
||||
- Add usage from source (Jan Rodak)
|
||||
- Add installation from source and PyPi (Jan Rodak)
|
||||
- Update README (Jan Rodak)
|
||||
- Sync generate_arf.sh (Jan Rodak)
|
||||
- Remove execution of integration test on push to main (Jan Rodak)
|
||||
|
||||
* Thu Jun 15 2023 Python Maint <python-maint@redhat.com> - 0.2.3-2
|
||||
- Rebuilt for Python 3.12
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (openscap-report-0.2.3.tar.gz) = ec0d3cbefe44ff0c46de8c738b6ee1e8436c971bdea8135e8beb5616a3cea2012408e4c2e05d2a55f1d9764c174ea87b8612ac5a5ef19792f55faa61b326038e
|
||||
SHA512 (openscap-report-0.2.4.tar.gz) = 4a09baaf544dec37b697b4a94c50b33176e4992f0af7d0a83a52ed14fc7d3878007f19cfe5b0f7b152fda5e6a4a4d001b3f2e7a11321e2ce656020383db23654
|
||||
|
Loading…
Reference in New Issue
Block a user