From 2a226a16765cc61fe4a0b8a53a8c723315b051e0 Mon Sep 17 00:00:00 2001 From: Python Maint Date: Jun 04 2021 18:30:48 +0000 Subject: Rebuilt for Python 3.10 --- diff --git a/python-dotenv.spec b/python-dotenv.spec index 765a382..1754165 100644 --- a/python-dotenv.spec +++ b/python-dotenv.spec @@ -1,6 +1,6 @@ Name: python-dotenv Version: 0.17.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Read key-value pairs from a .env file and set them as environment variables License: BSD @@ -58,6 +58,9 @@ sed -i 's/import mock/from unittest import mock/' tests/test_*.py %changelog +* Fri Jun 04 2021 Python Maint - 0.17.1-2 +- Rebuilt for Python 3.10 + * Wed Apr 28 2021 Karolina Surma - 0.17.1-1 - Update to 0.17.1 Resolves rhbz#1945975