[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-08-10 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 Fedora Update System changed: What|Removed |Added Status|ON_QA |CLOSED Fixed In Version|

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 Fedora Update System changed: What|Removed |Added Status|MODIFIED|ON_QA --- Comment #14 from Fed

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 Fedora Update System changed: What|Removed |Added Status|ASSIGNED|MODIFIED -- You are receiving

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-30 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #13 from Fedora Update System --- python-ldap3-0.9.8.6-1.fc23 has been submitted as an update for Fedora 23. https://admin.fedoraproject.org/updates/python-ldap3-0.9.8.6-1.fc23 -- You are receiving this mail because: You are on t

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #12 from Jason Tibbitts --- No problem; I just happened to really need an LDAP library for python3 and was amazed that we didn't have one packaged. I've been using this for a while (on F21, with updated dependencies of course). T

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #11 from Jon Ciesla --- Git done (by process-git-requests). -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 Jon Ciesla changed: What|Removed |Added Flags|fedora-cvs? |fedora-cvs+ -- You are receiving this m

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 Michal Cyprian changed: What|Removed |Added Flags||fedora-cvs? --- Comment #10 from Mic

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-29 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 Matej Stuchlik changed: What|Removed |Added Flags|fedora-review? |fedora-review+ --- Comment #9 from M

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-16 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #8 from Michal Cyprian --- It was really not possible to compile this package, thank you for the notice. Patch was made for GitHub sources and I tried to apply it to ldap3 sources from PyPI. I didn't test it properly, I am sorry. I

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #7 from Jason Tibbitts --- My apologies; the %check section I included is completely wrong. The tests can be run using nosetest-2.7 and nosetest-3.4, but most of them will fail because they must connect to an ldap server. There a

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #6 from Jason Tibbitts --- Created attachment 1052408 --> https://bugzilla.redhat.com/attachment.cgi?id=1052408&action=edit Patch to try and fix build issues My editor may have stripped some whitespace, too. Sorry about that.

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #5 from Jason Tibbitts --- I'll attach a patch which I used to get this to sort of build and run checks. Or it would actually do all of that, except that the module requires pyasn1 >= 0.1.8 and Fedora has only 0.1.7. I'll see abo

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-15 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #4 from Jason Tibbitts --- I really need a python3 ldap library and so pulled this, but unfortunately it doesn't build due to a bad patch. Actually it doesn't even prep. How did you get your package to compile? + /usr/bin/patch

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #3 from Michal Cyprian --- Thank you, I've added "BuildArch: noarch" to Spec file, I created patch that fixes backports problem and I've sent pull request to upstream. Links to new versions of files: Spec URL: https://mcyprian.fe

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #2 from Matej Stuchlik --- * You are mixing the use of spaces and tabs. For instance version is indented with spaces, whereas release is indented with tabs. To avoid this in future, I advise putting the following into your .vimrc:

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 --- Comment #1 from Michal Cyprian --- I've realized I forgot to update my Spec file name after I had changed name of the package. Here are updated links to the files: Spec URL: https://mcyprian.fedorapeople.org/python-ldap3.spec SRPM URL: ht

[Bug 1241412] Review Request: python-ldap3 - Strictly RFC 4511 conforming LDAP V3 pure Python client

2015-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1241412 Matej Stuchlik changed: What|Removed |Added Status|NEW |ASSIGNED CC|