diff --git a/getmac-0.8.2.tar.gz b/getmac-0.8.2.tar.gz deleted file mode 100644 index 53d4785be02fddeaf2414743fb10ecc6f8929cec..0000000000000000000000000000000000000000 Binary files a/getmac-0.8.2.tar.gz and /dev/null differ diff --git a/getmac-0.8.3.tar.gz b/getmac-0.8.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..6ed24d42a7bc2a77d94af5b349e16d6419678f2d Binary files /dev/null and b/getmac-0.8.3.tar.gz differ diff --git a/python-getmac.spec b/python-getmac.spec index 47550ec90d5a388eeadc25c75172622e98e057b3..f8b67989f0d3c8dc82529c85f9a8510ef4b09a15 100644 --- a/python-getmac.spec +++ b/python-getmac.spec @@ -1,11 +1,11 @@ Name: python-getmac -Version: 0.8.2 +Version: 0.8.3 Release: 1 Summary: Python module to get the MAC address of local network interfaces and LAN hosts License: MIT URL: https://github.com/GhostofGoes/getmac -Source0: https://github.com/GhostofGoes/getmac/releases/download/0.8.2/getmac-0.8.2.tar.gz +Source0: https://github.com/GhostofGoes/getmac/releases/download/0.8.3/getmac-0.8.3.tar.gz BuildArch: noarch BuildRequires: python3-devel @@ -46,5 +46,8 @@ sed -i '1{/^#!\//d}' getmac/__main__.py %{_mandir}/man1/* %changelog +* Tue Aug 02 2022 fushanqing - 0.8.3-1 +- update to 0.8.3 + * Tue Jul 20 2021 Li Jiaan - 0.8.2-1 - Init project