Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 72450025dd35
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 1b1cc34020a0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 9, 2017

  1. python/pyinsane2: 2.0.9 -> 2.0.10

    Upstream changes:
    
      * Now works with 'setup.py develop' (thanks to Matthieu Coudron)
      * WIA: Some drivers (Lexmark for instance) returns
        WIA_ERROR_PAPER_EMPTY when calling transfer->Download() instead of
        returning a shorted image (like HP)
      * MacOSX + Sane: disable dedicated process workaround (doesn't work)
      * WIA: Minor optimisation (Use collections.deque() instead of
        list.pop())
      * Sane/exit(): Exit gracefully
    
    Full changelog can be found at:
    
    https://github.com/openpaperwork/pyinsane/blob/2.0.10/ChangeLog
    
    Tested by building and running a few scans.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Nov 9, 2017
    Copy the full SHA
    c1d12e1 View commit details
    Browse the repository at this point in the history
  2. paperwork(-backend): 1.2 -> 1.2.1

    Upstream changes:
    
      Paperwork-GUI 1.2.1:
    
       * Add source code of Windows installer (NSIS installer) generator
       * Scanner support / Multi-scan: Cancel also successful scan session.
         Otherwise some scanner won't allow new scan sessions later.
       * Remove gi version warnings when starting (thanks to Matthieu
         Coudron)
       * Documentation: Add missing stdeb dependencies (thanks to Notkea)
       * paperwork-shell: Fix command 'scan'
       * paperwork-shell install: add docstring
       * Fix dialog 'about'
    
      Paperwork-backend 1.2.1:
    
       * paperwork-shell: improve help string of 'paperwork-shell chkdeps'
       * Fix label deletion / renaming
       * Windows: Fix FS.safe() when used for PDF import
       * Windows: Fix FS.unsafe() (used for PDF export)
    
    Full upstream changelog can be found at:
    
    https://github.com/openpaperwork/paperwork/releases/tag/1.2.1
    
    Successfully tested building and running Paperwork with a few test
    scans.
    
    Signed-off-by: aszlig <aszlig@nix.build>
    aszlig committed Nov 9, 2017
    2
    Copy the full SHA
    1b1cc34 View commit details
    Browse the repository at this point in the history