From c11447cfbac45ec99b62d43a5718f1fc97759098 Mon Sep 17 00:00:00 2001 From: Jan Rodák Date: Aug 03 2021 15:44:56 +0000 Subject: Merge #30 `Update to upstream release 1.2.8` --- diff --git a/.gitignore b/.gitignore index 64b0487..f1958e6 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /oval_graph-1.2.4.tar.gz /oval_graph-1.2.5.tar.gz /oval_graph-1.2.7.tar.gz +/oval_graph-1.2.8.tar.gz diff --git a/README.packit b/README.packit index 987bf15..e7772a0 100644 --- a/README.packit +++ b/README.packit @@ -1,3 +1,3 @@ This repository is maintained by packit. https://packit.dev/ -The file was generated using packit 0.30.2.dev29+g3a242ab. +The file was generated using packit 0.34.1.dev41+g81195f1. diff --git a/oval-graph.spec b/oval-graph.spec index 1c2d706..f9ea49d 100644 --- a/oval-graph.spec +++ b/oval-graph.spec @@ -3,8 +3,8 @@ Summary: Tool for visualization of SCAP rule evaluation results Name: %{name} -Version: 1.2.7 -Release: 3%{?dist} +Version: 1.2.8 +Release: 1%{?dist} # The entire source code is ASL 2.0 except schemas/ which is Public Domain License: ASL 2.0 and Public Domain @@ -44,71 +44,72 @@ Use `arf-to-json` to generate a rule result in json. Using the %{_bindir}/json-to-graph %changelog -* Thu Jul 22 2021 Fedora Release Engineering - 1.2.7-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Fri Jun 04 2021 Python Maint - 1.2.7-2 -- Rebuilt for Python 3.10 - -* Wed May 26 2021 Packit Service - 1.2.7-1 -- 1.2.7 (Jan Rodak) -- Adds tag template to packit config (Jan Rodak) - -* Tue Feb 23 2021 Packit Service - 1.2.5-1 -- 1.2.5 (Jan Rodak) -- Removes unnecessary parameter verbose (Jan Rodak) -- Creates tests for search rules ids (Jan Rodak) -- Updates referenc result data json (Jan Rodak) -- Reworks clients uint tests (Jan Rodak) -- Fixes problem displaying test information (Jan Rodak) -- Appends missing gif to css (Jan Rodak) -- Fixes errors in the browser console (Jan Rodak) -- Moves client tests to a separate directory (Jan Rodak) -- Fixes imports in tests (Jan Rodak) -- Reworks classes for processing commands (Jan Rodak) -- Reworks the client class and create children according to input and output (Jan Rodak) -- Moves client parts to a separate directory (Jan Rodak) -- Fixes problem with entry points (Jan Rodak) -- Fixes links (Jan Rodak) -- Adds information about test suite (Jan Rodak) -- Fixes tests and removes skip missing lib (Jan Rodak) -- Creates requirements (Jan Rodak) -- Creates flake8 config (Jan Rodak) -- Creates tox config (Jan Rodak) -- Fix loading of ARF results when comment node is missing. (Gabriel Becker) -- Updates gitignore (Jan Rodak) - -* Tue Jan 26 2021 Fedora Release Engineering - 1.2.4-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Dec 10 2020 Packit Service - 1.2.4-1 -- 1.2.4 (Jan Rodak) -- Disables the auto-opening of the web browser for tests (Jan Rodak) -- Implements auto close web browser for tests (Jan Rodak) -- Removes the use of sys.argv in the project (Jan Rodak) -- Creates search base (Jan Rodak) -- Implements imput for search (Jan Rodak) - -* Mon Nov 09 2020 Packit Service - 1.2.3-1 -- new upstream release: 1.2.3 - -* Mon Oct 12 2020 Packit Service - 1.2.2-1 -- new upstream release: 1.2.2 - -* Mon Sep 21 2020 Packit Service - 1.2.1-1 -- new upstream release: 1.2.1 - -* Thu Sep 03 2020 rebase-helper - 1.2.0-1 -- new upstream release: 1.2.0 - -* Tue Jul 28 2020 Fedora Release Engineering - 1.1.1-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Mon Jun 29 2020 Jan Rodak - 1.1.1-3 -- Update BuildRequires - -* Tue May 26 2020 Miro Hrončok - 1.1.1-2 -- Rebuilt for Python 3.9 +* Mon Aug 02 2021 Packit Service - 1.2.8-1 +- 1.2.8 (Jan Rodak) +- Changes name of test functions (Jan Rodak) +- Changes output of test_commands (Jan Rodak) +- Changes how are loaded path (Jan Rodak) +- Removes an unnecessary method (Jan Rodak) +- Improves naming of metodes (Jan Rodak) +- Reworks completion of message (Jan Rodak) +- Creates global namespaces for parsing XML (Jan Rodak) +- Renames parsers classes (Jan Rodak) +- Changes methods to static methods in the parser for comments (Jan Rodak) +- Reduces the number of parameters in the method (Jan Rodak) +- Moves the creation of the test node and the extended definition node to separate methods (Jan Rodak) +- Changes method to static method in the parser for oval scan definitions (Jan Rodak) +- Uses global dictionary for conversion bool values (Jan Rodak) +- Simplify the method (Jan Rodak) +- Changes methods to static methods in the parser for test info (Jan Rodak) +- Improves code formatting (Jan Rodak) +- Removes an unnecessary method (Jan Rodak) +- Improves search in oval system characteristics (Jan Rodak) +- Changes tests for new arf xml parser (Jan Rodak) +- Changes clinet for new arf xml parser (Jan Rodak) +- Improves raise error (Jan Rodak) +- Removes unnecessary variables (Jan Rodak) +- Improves xml validation (Jan Rodak) +- Reworks loading rules form profile (Jan Rodak) +- Changes formatting in a benchmark for ARF XML parser (Jan Rodak) +- Moves XML parser part to separate directory (Jan Rodak) +- Reworks check for the generated HTML (Jan Rodak) +- Reworks generating HTML (Jan Rodak) +- Reworks opening web browser with a report (Jan Rodak) +- Fixes tests after change verbose output (Jan Rodak) +- Removes unnecessary function parameter (Jan Rodak) +- Rework verbose output (Jan Rodak) +- Renemes class (Jan Rodak) +- Creates sub modul for creating HTML (Jan Rodak) +- Updates tests (Jan Rodak) +- Implements new OVAL gate evaluation to OVAL tree (Jan Rodak) +- Reworks OVAL gate evaluation (Jan Rodak) + +* Mon Aug 02 2021 Jan Rodak - 1.2.8-1 +- release 1.2.8 + +* Wed May 26 2021 Jan Rodak - 1.2.7-1 +- release 1.2.7 + +* Wed May 26 2021 Jan Rodak - 1.2.6-1 +- release 1.2.6 + +* Tue Feb 23 2021 Jan Rodak - 1.2.5-1 +- release 1.2.5 + +* Thu Dec 10 2020 Jan Rodak - 1.2.4-1 +- release 1.2.4 + +* Mon Nov 09 2020 Jan Rodak - 1.2.3-1 +- release 1.2.3 + +* Mon Oct 12 2020 Jan Rodak - 1.2.2-1 +- release 1.2.2 + +* Mon Sep 21 2020 Jan Rodak - 1.2.1-1 +- release 1.2.1 + +* Thu Sep 03 2020 Jan Rodak - 1.2.0-1 +- release 1.2.0 * Fri Apr 17 2020 Jan Rodak - 1.1.1-1 - release 1.1.1 @@ -134,3 +135,4 @@ Use `arf-to-json` to generate a rule result in json. Using the * Wed Oct 23 2019 Jan Rodak - 0.0.1-1 - Initial version of the package. + diff --git a/sources b/sources index 5ca4681..fabe516 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (oval_graph-1.2.7.tar.gz) = e26c978bb74a4a5d4d43d62ff0eac192ebabccfe9d6b20c4565509e1bfdd7063d8ca8ca81771b1a006474eaec0b114fcc70b5433ecd55876b93a4784a2d9cc37 +SHA512 (oval_graph-1.2.8.tar.gz) = 805f3fddbbbb82951d8ee79d06c0ba51d0959b02a1ec4d3a1ebcb392facc075c376765d2877ee621081e97280b041e2fda8d027de996e7a9a95b85e8b357351c