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