diff --git a/python-remoto.spec b/python-remoto.spec index 69b879f..8c9f0f9 100644 --- a/python-remoto.spec +++ b/python-remoto.spec @@ -1,14 +1,12 @@ %global srcname remoto Name: python-%{srcname} -Version: 1.1.4 +Version: 1.2.1 Release: 1 Summary: Execute remote commands or processes - License: MIT URL: https://github.com/alfredodeza/remoto - -Source0: %pypi_source +Source0: https://files.pythonhosted.org/packages/42/02/a9e5b25538bd12d98c7ea6d277c33e472d1d1d4ec50a4d42be3ca73f6023/remoto-1.2.1.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -48,6 +46,9 @@ py.test-%{python3_version} -v remoto/tests %changelog +* Wed Sep 28 2022 jiangxinyu - 1.2.1-1 +- Upgrade to 1.2.1 + * Thu Jun 24 2021 liufeng - 1.1.4-1 - Package Init diff --git a/remoto-1.2.1.tar.gz b/remoto-1.2.1.tar.gz new file mode 100644 index 0000000..9a1bbe7 Binary files /dev/null and b/remoto-1.2.1.tar.gz differ