#1458 remove deprecated koji.util.relpath
Merged 4 years ago by mikem. Opened 4 years ago by tkopecek.
tkopecek/koji issue1457  into  master

file modified
-6
@@ -506,12 +506,6 @@ 

      os.symlink(dst, src)

  

  

- def relpath(*args, **kwargs):

-     deprecated("koji.util.relpath() is deprecated and will be removed in a "

-         "future version. See: https://pagure.io/koji/issue/834")

-     return os.path.relpath(*args, **kwargs)

- 

- 

  def eventFromOpts(session, opts):

      """Determine event id from standard cli options

  

rebased onto 22428a7af59580c4207f8544ce0994f99d44dfa4

4 years ago

Issue #834 is marked for 1.19, so holding on this for now.

Your comment above has the wrong issue link, as does your commit message.

rebased onto a8d3aae

4 years ago

Commit af673d9 fixes this pull-request

Pull-Request has been merged by mikem

4 years ago

Metadata Update from @jcupova:
- Pull-request tagged with: testing-done

4 years ago