From 9c0f054ec32654b1489012d49d013f26c6d26a2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 26 May 2020 02:51:51 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- libyang.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libyang.spec b/libyang.spec index 80f5fb3..556de56 100644 --- a/libyang.spec +++ b/libyang.spec @@ -8,7 +8,7 @@ Name: libyang Version: 1.0.167 -Release: 1%{?dist} +Release: 2%{?dist} Summary: YANG data modeling language library Url: https://github.com/CESNET/libyang Source: %{url}/archive/v%{version}.tar.gz @@ -135,6 +135,9 @@ cp -r doc/html %{buildroot}/%{_docdir}/libyang/html %{python3_sitearch}/__pycache__/yang* %changelog +* Tue May 26 2020 Miro HronĨok - 1.0.167-2 +- Rebuilt for Python 3.9 + * Mon May 18 2020 Tomas Korbar - 1.0.167-1 - Update to 1.0.167