public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-python/mockldap/files/
@ 2016-09-18 13:29 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2016-09-18 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     729212888f4683a9ba062d4ac1fb897d02cfb128
Author:     Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Fri Sep 16 15:40:27 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 13:27:53 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72921288

dev-python/mockldap: remove unused patch

Closes: https://github.com/gentoo/gentoo/pull/2343

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 .../files/mockldap-0.1.5-modify_s-backport.patch    | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/dev-python/mockldap/files/mockldap-0.1.5-modify_s-backport.patch b/dev-python/mockldap/files/mockldap-0.1.5-modify_s-backport.patch
deleted file mode 100644
index c66c638..00000000
--- a/dev-python/mockldap/files/mockldap-0.1.5-modify_s-backport.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-# HG changeset patch
-# User Peter Sagerson <psagers.hg@ignorare.net>
-# Date 1392920906 28800
-# Node ID 6433fd7dc97473150114c06a90d189a62a39951f
-# Parent  f298b032a25ef6c2bcc6749d9bf096352a49f37d
-Fix tests to match the recent modify_s change.
-
-diff --git a/src/mockldap/tests.py b/src/mockldap/tests.py
---- a/src/mockldap/tests.py
-+++ b/src/mockldap/tests.py
-@@ -453,8 +453,8 @@
- 
-         self.ldapobj.modify_s(manager[0], mod_list)
- 
--        self.assertNotIn('objectClass',
--                         self.ldapobj.directory[manager[0]].keys())
-+        self.assertEqual(self.ldapobj.directory[manager[0]]['objectClass'],
-+                         [])
- 
-     def test_modify_s_invalid_dn(self):
-         mod_list = [(ldap.MOD_DELETE, 'objectClass', None)]


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-09-18 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18 13:29 [gentoo-commits] repo/gentoo:master commit in: dev-python/mockldap/files/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox