commit pycarddav for openSUSE:Factory

2014-05-27 Thread h_root
Hello community,

here is the log from the commit of package pycarddav for openSUSE:Factory 
checked in at 2014-05-27 12:02:00

Comparing /work/SRC/openSUSE:Factory/pycarddav (Old)
 and  /work/SRC/openSUSE:Factory/.pycarddav.new (New)


Package is pycarddav

Changes:

--- /work/SRC/openSUSE:Factory/pycarddav/pycarddav.changes  2013-12-18 
16:54:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.pycarddav.new/pycarddav.changes 2014-05-27 
12:02:02.0 +0200
@@ -1,0 +2,11 @@
+Mon May 26 15:23:21 UTC 2014 - g...@opensuse.org
+
+- update to version 0.7.0
+  - searching in the vcard chooser when merging addresses (press
+'/')
+  - nice speedup in pc_query, thanks to Leandro Lucarella
+  - better support for broken vcards
+  - auto creating missing db directories
+  - more bugfixes
+
+---

Old:

  pyCardDAV-0.6.1.tar.gz

New:

  pyCardDAV-0.7.0.tar.gz



Other differences:
--
++ pycarddav.spec ++
--- /var/tmp/diff_new_pack.3FlMNz/_old  2014-05-27 12:02:03.0 +0200
+++ /var/tmp/diff_new_pack.3FlMNz/_new  2014-05-27 12:02:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package pycarddav
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2013 Guido Berhoerster g...@opensuse.org.
 #
 # All modifications and additions to the file contributed by third parties
@@ -20,7 +20,7 @@
 %define orig_name pyCardDAV
 
 Name:   pycarddav
-Version:0.6.1
+Version:0.7.0
 Release:0
 Summary:Simple to Use CardDAV CLI Client
 License:MIT

++ pyCardDAV-0.6.1.tar.gz - pyCardDAV-0.7.0.tar.gz ++
 1623 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit pycarddav for openSUSE:Factory

2013-12-18 Thread h_root
Hello community,

here is the log from the commit of package pycarddav for openSUSE:Factory 
checked in at 2013-12-18 16:54:17

Comparing /work/SRC/openSUSE:Factory/pycarddav (Old)
 and  /work/SRC/openSUSE:Factory/.pycarddav.new (New)


Package is pycarddav

Changes:

--- /work/SRC/openSUSE:Factory/pycarddav/pycarddav.changes  2013-09-09 
09:54:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.pycarddav.new/pycarddav.changes 2013-12-18 
16:54:19.0 +0100
@@ -1,0 +2,8 @@
+Tue Dec 17 09:59:11 UTC 2013 - g...@opensuse.org
+
+- update to version 0.6.1
+  - bugfixes
+  - keyring support
+  - new manpages
+
+---

Old:

  pyCardDAV-0.5.1.tar.gz

New:

  pyCardDAV-0.6.1.tar.gz



Other differences:
--
++ pycarddav.spec ++
--- /var/tmp/diff_new_pack.c302VW/_old  2013-12-18 16:54:19.0 +0100
+++ /var/tmp/diff_new_pack.c302VW/_new  2013-12-18 16:54:19.0 +0100
@@ -20,7 +20,7 @@
 %define orig_name pyCardDAV
 
 Name:   pycarddav
-Version:0.5.1
+Version:0.6.1
 Release:0
 Summary:Simple to Use CardDAV CLI Client
 License:MIT
@@ -75,6 +75,11 @@
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+for manpage in doc/man/*; do
+if [ -f ${manpage} ]; then
+install -D -p -m 644 ${manpage} 
%{buildroot}%{_mandir}/man1/${manpage##*/}
+fi
+done
 
 %files
 %defattr(-,root,root)
@@ -84,5 +89,8 @@
 %{_bindir}/pc_query
 %{_bindir}/pycard-import
 %{_bindir}/pycardsyncer
+%{_mandir}/man1/pc_query.1%{ext_man}
+%{_mandir}/man1/pycard-import.1%{ext_man}
+%{_mandir}/man1/pycardsyncer.1%{ext_man}
 
 %changelog

++ pyCardDAV-0.5.1.tar.gz - pyCardDAV-0.6.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.1/CONTRIBUTORS.txt 
new/pyCardDAV-0.6.1/CONTRIBUTORS.txt
--- old/pyCardDAV-0.5.1/CONTRIBUTORS.txt2013-09-02 00:16:39.0 
+0200
+++ new/pyCardDAV-0.6.1/CONTRIBUTORS.txt2013-11-26 14:09:37.0 
+0100
@@ -5,3 +5,5 @@
 Ben Boeckel - mathstuf [at] gmail [dot] com
 Thomas Glanzmann - tho...@glanzmann.de - http://thomas.glanzmann.de
 Johannes Goetzfried - johan...@jgoetzfried.de - http://jgoetzfried.de
+Steven Allen ste...@stebalien.com - http://stebalien.com
+Jamie McClelland - jm@mayfirstorg - http://current.workingdirectory.net
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.1/MANIFEST.in 
new/pyCardDAV-0.6.1/MANIFEST.in
--- old/pyCardDAV-0.5.1/MANIFEST.in 2013-09-02 00:15:11.0 +0200
+++ new/pyCardDAV-0.6.1/MANIFEST.in 2013-11-26 14:12:22.0 +0100
@@ -4,3 +4,4 @@
 include CONTRIBUTORS.txt
 include COPYING
 include NEWS.txt
+recursive-include doc/man *.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.1/NEWS.txt new/pyCardDAV-0.6.1/NEWS.txt
--- old/pyCardDAV-0.5.1/NEWS.txt2013-09-02 00:16:39.0 +0200
+++ new/pyCardDAV-0.6.1/NEWS.txt2013-11-26 14:14:37.0 +0100
@@ -1,5 +1,14 @@
 News
 
+26.11.2013: pyCardDAV v0.6.1 released
+
+ The man pages should now be included in the release tarball.
+
+25.11.2013: pyCardDAV v0.6 released
+
+ This is mostly a bug fix release (thanks to Jamie McClelland for fixing
+ two bugs), but also introduces keyring support (thanks to Steven Allen).
+ Have a look at the README for further information on keyring support.
 
 02.09.2013: pyCardDAV v.0.5.1 released
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.1/PKG-INFO new/pyCardDAV-0.6.1/PKG-INFO
--- old/pyCardDAV-0.5.1/PKG-INFO2013-09-02 00:19:35.0 +0200
+++ new/pyCardDAV-0.6.1/PKG-INFO2013-11-26 14:15:21.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyCardDAV
-Version: 0.5.1
+Version: 0.6.1
 Summary: A CardDAV based address book tool
 Home-page: http://lostpackets.de/pycarddav/
 Author: Christian Geier
@@ -112,6 +112,22 @@
 use all configured accounts, while on adding cards the first 
configured account
 will be used.
 
+Keyring support
+---
+
+*pycarddav* supports keyring_, (version =3.0). To use it, you need to 
add a
+password to the keyring via::
+
+keyring set pycarddav:$account $username
+
+where $account is the name of an account as configured in your 
configuration
+file and $username is the corresponding username (and then have no 
password
+configured for that account). For more details on configuring keyring 
have a
+

commit pycarddav for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package pycarddav for openSUSE:Factory 
checked in at 2013-09-09 09:54:03

Comparing /work/SRC/openSUSE:Factory/pycarddav (Old)
 and  /work/SRC/openSUSE:Factory/.pycarddav.new (New)


Package is pycarddav

Changes:

--- /work/SRC/openSUSE:Factory/pycarddav/pycarddav.changes  2013-07-08 
12:36:36.0 +0200
+++ /work/SRC/openSUSE:Factory/.pycarddav.new/pycarddav.changes 2013-09-09 
09:54:04.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep  8 11:42:17 UTC 2013 - g...@opensuse.org
+
+- update to version 0.5.1
+  - assorted bugfixes, see the git log
+
+---

Old:

  pyCardDAV-0.5.0.tar.gz

New:

  pyCardDAV-0.5.1.tar.gz



Other differences:
--
++ pycarddav.spec ++
--- /var/tmp/diff_new_pack.6IT2mG/_old  2013-09-09 09:54:05.0 +0200
+++ /var/tmp/diff_new_pack.6IT2mG/_new  2013-09-09 09:54:05.0 +0200
@@ -16,29 +16,30 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define orig_name pyCardDAV
 
 Name:   pycarddav
-Version:0.5.0
-Release:1
-License:MIT
+Version:0.5.1
+Release:0
 Summary:Simple to Use CardDAV CLI Client
-Url:http://lostpackets.de/pycarddav/
+License:MIT
 Group:  Productivity/Networking/Other
+Url:http://lostpackets.de/pycarddav/
 Source: 
http://lostpackets.de/pycarddav/downloads/%{orig_name}-%{version}.tar.gz
 BuildRequires:  ed
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-lxml
-BuildRequires:  vobject
 BuildRequires:  python-requests
 BuildRequires:  python-urwid
 BuildRequires:  python-xdg
+BuildRequires:  vobject
 Requires:   python-lxml
-Requires:   vobject
 Requires:   python-requests
 Requires:   python-urwid
 Requires:   python-xdg
+Requires:   vobject
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -77,7 +78,7 @@
 
 %files
 %defattr(-,root,root)
-%doc CHANGELOG CONTRIBUTING.txt CONTRIBUTORS.txt COPYING NEWS.txt README.rst 
pycard.conf.sample
+%doc CONTRIBUTING.txt CONTRIBUTORS.txt COPYING NEWS.txt README.rst 
pycard.conf.sample
 %{python_sitelib}/%{orig_name}-%{version}-py%{py_ver}.egg-info
 %{python_sitelib}/%{name}
 %{_bindir}/pc_query

++ pyCardDAV-0.5.0.tar.gz - pyCardDAV-0.5.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.0/CHANGELOG 
new/pyCardDAV-0.5.1/CHANGELOG
--- old/pyCardDAV-0.5.0/CHANGELOG   2013-06-15 19:25:35.0 +0200
+++ new/pyCardDAV-0.5.1/CHANGELOG   1970-01-01 01:00:00.0 +0100
@@ -1,21 +0,0 @@
-0.5
-multi account support
-support for more contenttypes/carddav servers
-all vcards should have a UID (required by RFC 6352 and enforced by Owncloud 5)
-
-0.4.2
-searching for non ascii characters should work
-doing an OPTIONS request now to check for carddav capabilities
-  this should speed up the syncing process and increase compatibility (SOGo)
-
-0.4.1
-assorted bugfixes, see the git log
-
-0.4.0
-experimental write support in the backend
-import  export vcards
-import directly from mutt
-speed increase in (initial) sync due to switching from pycurl to requests
-detects removed cards on server and deletes them locally
-can delete cards locally and on server
-can handle base64 encoded images/sounds etc.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyCardDAV-0.5.0/CONTRIBUTING.txt 
new/pyCardDAV-0.5.1/CONTRIBUTING.txt
--- old/pyCardDAV-0.5.0/CONTRIBUTING.txt2013-06-15 19:25:35.0 
+0200
+++ new/pyCardDAV-0.5.1/CONTRIBUTING.txt2013-09-02 00:15:11.0 
+0200
@@ -1,6 +1,45 @@
+Submitting a Bug
+
+
+If you found a bug or any part of pycarddav isn't working as you
+expected, please check if that bug is either already reported at 
+
+https://github.com/geier/pycarddav/issues?state=open
+
+or is already fixed in the development branch.
+
+You can check it out and install via:
+
+ git clone -b develop https://github.com/geier/pycarddav 
+ cd pycarddav
+ python setup.py install
+
+If the bug persists, always run the command again with the --debug option
+and paste the output of that (of course you can edit out any private
+details like your username and resource). 
+
+Also, it is often helpful if you include which OS you are on, which
+version of python and, in the case the problems occur during sync, which
+version of requests you are using. You can just run the file at
+https://gist.github.com/geier/5814123#file-debug_helper-py
+and paste the
+output.
+
+If the error 

commit pycarddav for openSUSE:Factory

2013-07-08 Thread h_root
Hello community,

here is the log from the commit of package pycarddav for openSUSE:Factory 
checked in at 2013-07-08 12:36:34

Comparing /work/SRC/openSUSE:Factory/pycarddav (Old)
 and  /work/SRC/openSUSE:Factory/.pycarddav.new (New)


Package is pycarddav

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ /work/SRC/openSUSE:Factory/.pycarddav.new/pycarddav.changes 2013-07-08 
12:36:36.0 +0200
@@ -0,0 +1,10 @@
+---
+Wed Jul  3 07:20:15 UTC 2013 - g...@opensuse.org
+
+- package example configuration
+
+---
+Tue Jul  2 15:42:58 UTC 2013 - g...@opensuse.org
+
+- initial packaging
+

New:

  pyCardDAV-0.5.0.tar.gz
  pycarddav.changes
  pycarddav.spec



Other differences:
--
++ pycarddav.spec ++
#
# spec file for package pycarddav
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 Guido Berhoerster g...@opensuse.org.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%define orig_name pyCardDAV

Name:   pycarddav
Version:0.5.0
Release:1
License:MIT
Summary:Simple to Use CardDAV CLI Client
Url:http://lostpackets.de/pycarddav/
Group:  Productivity/Networking/Other
Source: 
http://lostpackets.de/pycarddav/downloads/%{orig_name}-%{version}.tar.gz
BuildRequires:  ed
BuildRequires:  python-devel
BuildRequires:  python-distribute
BuildRequires:  python-lxml
BuildRequires:  vobject
BuildRequires:  python-requests
BuildRequires:  python-urwid
BuildRequires:  python-xdg
Requires:   python-lxml
Requires:   vobject
Requires:   python-requests
Requires:   python-urwid
Requires:   python-xdg
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildArch:  noarch

%description
pyCardDAV is a simple to use CardDAV CLI client. It has built in support for
mutt's query_command but also works very well solo.

pyCardDAV consists of pycardsyncer, a program for syncing your CardDAV resource
into a local database and of pc_query, a program for querying the local
database.

%prep
%setup -q -n %{orig_name}-%{version}

# fix the shebang for executable scripts
find bin/ -print -exec sh -c '
ed -s $1 2/dev/null \EOF
s/^#!\/usr\/bin\/env .*$/#!\/usr\/bin\/python/
w
EOF
' {} {} \;

# remove shebang from non-executables
find pycarddav/ -name '*.py' -print -exec sh -c '
ed -s $1 2/dev/null \EOF
/^#!\/usr\/bin\/env/d
w
EOF
' {} {} \;

%build
python setup.py build

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root)
%doc CHANGELOG CONTRIBUTING.txt CONTRIBUTORS.txt COPYING NEWS.txt README.rst 
pycard.conf.sample
%{python_sitelib}/%{orig_name}-%{version}-py%{py_ver}.egg-info
%{python_sitelib}/%{name}
%{_bindir}/pc_query
%{_bindir}/pycard-import
%{_bindir}/pycardsyncer

%changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org