#7 Update to 1.4.3
Merged 3 years ago by dmsimard. Opened 3 years ago by dmsimard.
rpms/ dmsimard/ara master  into  master

file modified
+1
@@ -8,3 +8,4 @@ 

  /ara-1.4.0.0rc1.tar.gz

  /ara-1.4.0.0rc2.tar.gz

  /ara-1.4.0.tar.gz

+ /ara-1.4.3.tar.gz

file modified
+8 -4
@@ -13,8 +13,8 @@ 

  %global srcname ara

  

  Name:           %{srcname}

- Version:        1.4.0

- Release:        5%{?dist}

+ Version:        1.4.3

+ Release:        1%{?dist}

  Summary:        Records Ansible playbooks and makes them easier to understand and troubleshoot

  

  License:        GPLv3
@@ -58,7 +58,7 @@ 

  BuildRequires:  python3-factory-boy

  BuildRequires:  python3-faker

  BuildRequires:  python3-pygments

- BuildRequires:  python3-PyYAML

+ BuildRequires:  python3-ruamel-yaml

  BuildRequires:  python3-requests

  BuildRequires:  python3-tzlocal

  BuildRequires:  python3-whitenoise
@@ -71,7 +71,7 @@ 

  Requires:       python3-django-rest-framework

  Requires:       python3-dynaconf

  Requires:       python3-pygments

- Requires:       python3-PyYAML

+ Requires:       python3-ruamel-yaml

  Requires:       python3-tzlocal

  Requires:       python3-whitenoise

  
@@ -171,6 +171,10 @@ 

  %endif

  

  %changelog

+ * Tue Aug 11 2020 David Moreau Simard <moi@dmsimard.com> - 1.4.3-1

+ - Update to latest upstream release

+ - Change pyyaml to ruamel.yaml as preferred by dynaconf

+ 

  * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-5

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (ara-1.4.0.tar.gz) = 49b86ebe412fb574523cd71970faf190e00d9acee41349e79cfc45bd0a9aa7152ce6c38f6ce39a54e1ccb408b17d07eebda888a98e4aa2ae44a6a9e061e955cb

+ SHA512 (ara-1.4.3.tar.gz) = eeaa9fb90a85307740a4c582018f83b90193ba729b611cc604b013687b68e09797c2cd06efc5a8e6854c8538af5c068ea4255e9b6394f954834340cc3d1d1400

no initial comment

Build failed.

rebased onto 2527ca0

3 years ago

Build succeeded.

Pull-Request has been merged by dmsimard

3 years ago