Begin version 1.0.1 development
parent
5486f38b79
commit
533071b981
|
@ -1,7 +1,7 @@
|
||||||
%global srcname linuxapi
|
%global srcname linuxapi
|
||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.0
|
Version: 1.0.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Pure Python bindings for Linux standard library features
|
Summary: Pure Python bindings for Linux standard library features
|
||||||
License: GPL-2
|
License: GPL-2
|
||||||
|
@ -41,5 +41,8 @@ rm -rf %{buildroot}
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 24 2016 Dustin C. Hatch <dustin.hatch@firemon.com> 1.0.1-1
|
||||||
|
- Update to version 1.0.1
|
||||||
|
|
||||||
* Fri Sep 23 2016 Dustin C. Hatch <dustin.hatch@firemon.com> 1.0-1
|
* Fri Sep 23 2016 Dustin C. Hatch <dustin.hatch@firemon.com> 1.0-1
|
||||||
- New spec for pyhton-linuxapi
|
- New spec for pyhton-linuxapi
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='linuxapi',
|
name='linuxapi',
|
||||||
version='1.0',
|
version='1.0.1',
|
||||||
description='Pure Python bindings for Linux standard library features',
|
description='Pure Python bindings for Linux standard library features',
|
||||||
author='Dustin C. Hatch',
|
author='Dustin C. Hatch',
|
||||||
author_email='dustin.hatch@firemon.com',
|
author_email='dustin.hatch@firemon.com',
|
||||||
|
|
Loading…
Reference in New Issue