Skip to content

Commit 8fb6d26

Browse files
committed
version 0.4.0
1 parent 78fc4b6 commit 8fb6d26

File tree

2 files changed

+24
-6
lines changed

2 files changed

+24
-6
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
PKGNAME=python-slip
55

6-
UNSTABLE = 1
76
SCM_REMOTEREPO_RE = ^ssh://(.*@)?git.fedorahosted.org/git/$(PKGNAME).git$
87
UPLOAD_URL = ssh://fedorahosted.org/$(PKGNAME)
98

python-slip.spec

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
%{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
44

55
Name: python-slip
6-
Version: 0.3
6+
Version: 0.4.0
77
Release: 1%{?dist}
88
Summary: Miscellaneous convenience, extension and workaround code for Python
99

@@ -33,14 +33,11 @@ Requires: dbus-python >= 0.80
3333
# Don't require any of pygobject2/3 because slip.dbus works with either one. In
3434
# theory users of slip.dbus should require one or the other anyway to use the
3535
# main loop.
36-
%if 0%{?fedora}%{?rhel} && 0%{?fedora} < 12 && 0%{?rhel} < 6
37-
Requires: PolicyKit >= 0.8-3
38-
%else
36+
#
3937
# No hard requirement on polkit to allow minimal installs without polkit and
4038
# its dependencies.
4139
Conflicts: PolicyKit < 0.8-3
4240
Requires: python-decorator
43-
%endif
4441

4542
%description dbus
4643
The Simple Library for Python packages contain miscellaneous code for
@@ -98,6 +95,28 @@ rm -rf %buildroot
9895
%{python_sitelib}/slip.gtk-%{version}-py%{python_version}.egg-info
9996

10097
%changelog
98+
* Fri Mar 08 2013 Nils Philippsen <nils@redhat.com> - 0.4.0-1
99+
- version 0.4.0:
100+
- get rid of (ancient) PolicyKit-0.x support
101+
- add basic (experimental, unstable) dbus introspection support
102+
- learn to cope with polkitd being restarted
103+
104+
* Mon Nov 12 2012 Nils Philippsen <nils@redhat.com> - 0.2.24-1
105+
- dbus.polkit: fall back to unix uids if polkit is not available
106+
107+
* Fri Nov 09 2012 Nils Philippsen <nils@redhat.com> - 0.2.23-1
108+
- default to classic gobject if available
109+
- actually distribute gobject wrapper code
110+
111+
* Fri Nov 09 2012 Nils Philippsen <nils@redhat.com> - 0.2.22-1
112+
- dbus: work with either gobject or gi.repository.GObject (pygobject2/3)
113+
114+
* Mon Oct 22 2012 Nils Philippsen <nils@redhat.com> - 0.2.21-1
115+
- add slip.util.files.symlink_atomically()
116+
117+
* Fri Nov 28 2011 Nils Philippsen <nils@redhat.com> - 0.2.20-1
118+
- revert "preserve signature, docstrings, etc. of decorated methods" (#757517)
119+
101120
* Thu Nov 03 2011 Nils Philippsen <nils@redhat.com> - 0.2.19-1
102121
- allow service object methods to be called locally
103122
- preserve signature, docstrings, etc. of decorated methods

0 commit comments

Comments
 (0)