[SCM] isrcsubmit packaging annotated tag, upstream/2.0.0_beta.4, created. upstream/2.0.0_beta.4

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Wed Oct 2 13:58:08 UTC 2013


The annotated tag, upstream/2.0.0_beta.4 has been created
        at  4c34e39169004ae242284d7a5bc51c69fc75d951 (tag)
   tagging  4116e017b3afdd0d8835f04f23b2335d046425b0 (commit)
 tagged by  Sebastian Ramacher
        on  Wed Oct 2 13:59:38 2013 +0200

- Shortlog ------------------------------------------------------------
Upstream version 2.0.0~beta.4

Frederik "Freso" S. Olesen (6):
      Don't assign ISRCs to empty track numbers (cdrdao).
      Follow-up to last commit; cleaning up the syntax.
      Print CD TOC for cdrdao in debug mode.
      Declare discId as global.
      Fix a few small typos.
      Prevent non-code being code formatted.

Jim Patterson (1):
      duplicate ISRC in CTEXT section

Johannes Dewender (207):
      creating repo with version 0.2.4 from 2010-09-15
      change shebang to env python2; increment internal version
      Handle NGS multi-disc-releases; fixes #1
      include project and bug report information in the code and the command usage
      refactor error messages; translate one message, thx mineo
      agentName isrcsubmit-jonnyjd-VERSION fixes #2; + version checks/warnings
      multi-disc check ONLY on track count mismatch, re #1
      fixup! Handle NGS multi-disc-releases; #1
      close #5, give release events on multiple match
      close #1, giving proper information + link for multiple IDs per disc
      re #3, detect duplicate ISRCs given by the cd drive.
      add full license text (GPL3), re #8
      close #8, adding README.md
      update README.md in github
      various documentation changes
      use no globals in functions
      fix typo in README
      complete duplicate review, close #3
      version 0.3; bit more help
      mention features in the README
      close #9, more and cleaner information for duplicates
      version 0.3.1
      printError2, additional lines for the same error
      multiple backend support; cdda2wav possible again (close #10)
      support cdrdao as backend, close #11
      processing with optparse, + backend opt, close #13
      preliminary drutil backend support, re #12
      set version to 0.4
      finally drutil/Mac OS X support, close #12
      stick to one style with function names, at least..
      re #12, we need rdisk, not disk
      using drutil/mac WILL take several minutes
      find python2 with a shellscript
      add setup.py
      add .gitignore
      handle bonus DVDs gracefully, re #16
      merge fixes for CD-TEXT ISRCs, fix #17
      rescan cd if discId is not found on MB, fix #14
      create query only after successfull disc scan
      only ask for password when necessary, close #19
      better wording for submission approval
      version 0.4.2
      Merge pull request #21 from Freso/global-discId
      create Disc object and use it
      Merge pull request #20 from Freso/more_debug
      no additional newlines on toc debug
      fix disc submission
      don't use the global disc in Disc
      ignore stubs, fix #23
      display some stub info
      give url for stubs
      recalculate id automatically
      Revert "give url for stubs"
      hide some backtraces on input, close #26
      verify ISRC structure also for cdrdao, fix #27
      last disc ID != last disc, close #25
      prepare gitignore for windows development
      hasBackend test for windows, re #24
      defaultDevice D: on Windows, re #24
      set version to 0.5
      add libcdio/cd-info backend, close #22
      fix cdrdao windows file and drive handling
      Merge branch 'windows'
      add mediatools backend (windows), close #24
      make username an optional argument, close #28
      add isrcsubmit.bat for windows
      update README and setup.py
      suppress stdout while testing backend
      replace spawnlp with Popen
      suppress exeption on mac without disc
      add browser option, close #15
      suppress libdiscid debug out on windows, close #33
      add _site to gitignore, clean
      potentially add cat# to release list, re #37
      cdrdao default device error->warning, re #38
      check if "which" is sane, close #30
      add more comments, fix typos
      next release is 0.5.1
      added missing %s, close #41
      replace unsuitable characters in output, close #40
      use cp65001 ~ UTF-8 on windows, re #40
      add AUTHORS, update forum link
      fix setting a browser path with spaces on windows
      add CHANGES
      fix version in README.md
      COPYRIGHT->COPYING, LGP or LATER
      options.sane_which = test_which(), fix #43
      update version to 0.5.2
      lots of pylint changes
      use list cromprehension, rather than filter/map
      index release choice with 1 to n, close #32
      prepare most prints for python3, re #45
      make input work in Python 3, re #45
      remove last print statements, close #45
      discisrc backend for Mac/Windows/Linux close #35
      rename `submit` to verify, re #39
      fix discid recalculation, close #39
      fix #46: the non-CD medium can be first
      remove dead loop
      pep8: variable names, re #49
      pep8: function names, re #49
      pep8: print function names, re #49
      pep8: fix some (not all) methods names, close #49
      update version and changes for 1.0.0 release
      fix discisrc backend for mac, re #35
      update doc for Mac
      Update README.md
      defaultBrowser -> default_browser
      use python-discid to get the disc id
      use musicbrainzngs to get a release by id (test)
      use musicbrainzngs to display first release choice
      don't crash when barcode etc. are not available
      pep8: attributes in Disc
      no errors on discisrc with no isrcs, re #51 (v2)
      use both, mbngs and mb2, remove offset choice
      clean up Disc, remove 1st pymb2 query
      remove second pymb2 query
      remove python-musicbrainz2 dependency :-)
      no error when no isrcs are given by web service
      make track artist available to cleanup stage
      merge EqTrack and NumberedTrack into Track
      make Track just a dict wrapper
      set version to 2.0.0-dev, fix typo
      remove askForOffset()
      fetch release status only if present, close #52
      move exception handling to WebService2
      catch 404 ResponseError, close #53
      still use else after return in if
      from discid import DiscError
      add musicbrainz_server constant
      add Python 3 support and make it standard, re #54
      in Python 2 only br' ' works, not rb' '
      sys.stdout.buffer only in Python3 -> try
      bytes is already in Python 2.6
      update README for version 2
      Merge branch 'master' into py3
      update README for py3 support
      update setup.py
      decode isrcs given by backend
      Merge branch 'py3'
      don't use python2 in isrcsubmit.sh
      no python2 in setup.py
      set version to 2.0.0-beta.1
      no success when exception catched, close #56
      exit on unexpected errors, re #56
      set version to -dev
      always use drive numbers as options.device on Mac, close #55
      mac device number should be a string
      remove outdated notes about python version
      Merge branch 'master'
      add tracks2isrcs debug out
      fix non-ascii passwords for python 2
      fix mac device debug message
      submit isrcs as list
      remove non-ascii-password hack, re #58
      add libdiscid as (direct) backend
      remove "lesser" backends, re #48
      display MCN if available
      set version to 2.0.0-beta.2
      remove unrealistic TODO
      move local isrc checks to a function
      move global dupliate check to function
      move "global" code to __main__
      create find_backend()
      make constants all caps
      move automatic backend selection to gather_options
      move browser default to global constant
      we don't need versions for outdated backends
      fix more backend parameters
      fix default_browser reference
      differentiate between local and MB discs/tracks
      always print used backend
      make disc not a global object
      debug -> options.debug
      move cdrdao higher up in backends
      fix missing "errors"
      add/remove newlines in output
      Merge branch 'move_code'
      fix server name constant typo
      try a browser list, not only firefox
      Merge branch 'master' into browser_list
      suppress xdg-open output
      add --force-submit option
      getRelease -> get_release
      create print_release_position()
      create ask_for_submission()
      remove release_id from globals
      shell/scriptname to uppercase
      rename p variables to proc
      rename m variables to match
      don't read isrcs/mcn on force-submit
      Merge branch 'browser_list'
      Merge branch 'force_submit'
      fix old getRelease usage
      don't submit single isrcs as list
      raise minimum version of musicbrainzngs to 0.4
      add --server parameter
      also change server in submission url if requested
      we should accept new and old submission urls
      allow pre-selected release
      Merge branch 'single_isrcs'
      Merge branch 'server'
      Merge branch 'release_id'
      set version to 2.0.0-beta.3
      DEFAULT_DEVICE -> get_default_device (pydiscid 1.0)
      Merge remote-tracking branch 'freso/patch-1'
      set version to 2.0.0-beta.4

Sebastian Ramacher (1):
      Imported Upstream version 2.0.0~beta.4

Ulrich Klauer (1):
      Fails on CDs with CD-Text

-----------------------------------------------------------------------

-- 
isrcsubmit packaging



More information about the pkg-multimedia-commits mailing list